Winnovative PDF to Image Documentation

PdfToImageConverterConvertPdfToTiff Method

Winnovative PDF to Image
Overload List

  NameDescription
Public methodConvertPdfToTiff(Byte)
Converts all the pages in a PDF document to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(Stream)
Converts a PDF document in a stream to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(String)
Converts a PDF file to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(Byte, Int32)
Converts the pages of a PDF document to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiff(Stream, Int32)
Converts the pages of a PDF document in a stream to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiff(String, Int32)
Converts the pages of a PDF file to a multiframe TIFF image in a memory buffer starting from a given PDF page number to the end of the PDF document
Public methodConvertPdfToTiff(Byte, Int32, Int32)
Converts a range of pages of a PDF document to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(Stream, Int32, Int32)
Converts a range of pages of a PDF document in a stream to a multiframe TIFF image in a memory buffer
Public methodConvertPdfToTiff(String, Int32, Int32)
Converts a range of pages of a PDF file to a multiframe TIFF image in a memory buffer
Top
See Also

Reference