Overload List
| Name | Description | |
|---|---|---|
|  | ConvertPdfPagesToImage(Byte) | 
            Converts all the pages in a PDF document to image objects
             | 
|  | ConvertPdfPagesToImage(Stream) | 
            Converts all the pages of PDF document in a stream to image objects
             | 
|  | ConvertPdfPagesToImage(String) | 
            Converts all the pages of a PDF file to image objects
             | 
|  | ConvertPdfPagesToImage(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
             | 
|  | ConvertPdfPagesToImage(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
             | 
|  | ConvertPdfPagesToImage(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
             | 
|  | ConvertPdfPagesToImage(Byte, Int32, Int32) | 
            Converts a range of pages of a PDF document to image objects
             | 
|  | ConvertPdfPagesToImage(Stream, Int32, Int32) | 
            Converts a range of pages of a PDF document in a stream to image objects
             | 
|  | ConvertPdfPagesToImage(String, Int32, Int32) | 
            Converts a range of pages of a PDF file to image objects
             | 
See Also
