The PdfToImageConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateImage(Stream, Int32) |
Generate image by specifed PDF file.
| |
GenerateImage(String, Int32) |
Generate image by specifed PDF file.
| |
GenerateImage(Stream, Int32, ImageFormat, Stream) |
Generate image by specifed PDF Stream and write output to the specified output stream.
| |
GenerateImage(Stream, Int32, ImageFormat, String) |
Generate image by specifed PDF file and write output in PNG format to the specified output stream.
| |
GenerateImage(String, Int32, ImageFormat, Stream) |
Generate image by specifed PDF file and write output to the specified output stream.
| |
GenerateImage(String, Int32, ImageFormat, String) |
Generate image by specifed PDF file and write output in PNG format to the specified output stream.
| |
GenerateImages(Stream, ImageFormat, String) |
Generate images for all pages of the PDF content stream and write output to the specified folder.
| |
GenerateImages(String, ImageFormat, String) |
Generate images for all pages of the specifed PDF file and write output to the specified folder.
| |
GenerateImages(Stream, Int32, Int32, ImageFormat, String) |
Generate images by specifed PDF content stream pages range and write output to the specified folder.
| |
GenerateImages(String, Int32, Int32, ImageFormat, String) |
Generate images by specifed PDF file pages range and write output to the specified folder.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also