Overload List
| Name | Description | |
|---|---|---|
|  | ExtractImagesToFile(Byte, String, String) | 
            Extract the images from all the pages in a PDF document to image files
             | 
|  | ExtractImagesToFile(Stream, String, String) | 
            Extract the images from the pages of PDF document in a stream to image files
             | 
|  | ExtractImagesToFile(String, String, String) | 
            Extract the images from all the pages of a PDF file to image files
             | 
|  | ExtractImagesToFile(Byte, Int32, String, String) | 
            Extract the images from a PDF document to image files starting from a given PDF page number to the end of the PDF document
             | 
|  | ExtractImagesToFile(Stream, Int32, String, String) | 
            Extract the images from the pages of a PDF document in a stream to image files starting from a given PDF page number to the end of the PDF document
             | 
|  | ExtractImagesToFile(String, Int32, String, String) | 
            Extract the images from the pages of a PDF file to image files starting from a given PDF page number to the end of the PDF document
             | 
|  | ExtractImagesToFile(Byte, Int32, Int32, String, String) | 
            Extract the images from a range of pages of a PDF document to image files
             | 
|  | ExtractImagesToFile(Stream, Int32, Int32, String, String) | 
            Extract the images from a range of pages of a PDF document in a stream to image files
             | 
|  | ExtractImagesToFile(String, Int32, Int32, String, String) | 
            Extract the images from a range of pages of a PDF file to image files
             | 
See Also
