Winnovative PDF to Image Documentation

PdfToImageConverterConvertPdfPagesToImage Method

Winnovative PDF to Image
Overload List

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

Reference