Click or drag to resize

PdfFocusToImage Method

Overload List
 NameDescription
Public methodToImage Saves all pages of the PDF document into ArrayList with images as byte streams.
Public methodCode exampleToImage(Int32) Saves the specific page of the PDF document as image.
Public methodCode exampleToImage(String, Int32) Saves the specific page of the PDF document as image file.
Public methodCode exampleToImage(String, String) Saves all pages of PDF document as image files.
Public methodToImage(String, String, String) Saves all pages of PDF document as image files and returns their full paths.
Top
See Also