PdfRasterizer Methods |
The PdfRasterizer type exposes the following members.
Name | Description | |
---|---|---|
ConvertToImages |
Converts a range of PDF pages to images.
| |
ConvertToTiff |
Converts a range of PDF pages to a multi frame TIFF.
| |
GetInfo |
Gets the information of the loaded PDF document.
(Inherited from PdfTool.) | |
GetPageCount |
Gets the number of pages in the loaded PDF document.
(Inherited from PdfTool.) | |
Load(Byte) |
Loads a pdf document from a byte array.
(Inherited from PdfTool.) | |
Load(Stream) |
Loads a pdf document from the specified stream.
(Inherited from PdfTool.) | |
Load(String) |
Loads an existing pdf file.
(Inherited from PdfTool.) | |
Load(Byte, String) |
Loads a password protected pdf document from a byte array.
(Inherited from PdfTool.) | |
Load(Stream, String) |
Loads a pdf document from a stream containing a password protected pdf document.
(Inherited from PdfTool.) | |
Load(String, String) |
Loads an existing password protected pdf file.
(Inherited from PdfTool.) | |
Save |
Convert to images the PDF pages from the current PDF document.
The images will be saved into the folder specified by ImagesPath property,
in the format specified by ImagesFormat property, having a prefix specified by the ImagesPrefix property.
| |
SaveTiff |
Convert the PDF pages from the current PDF document to multi frame TIFF.
The TIFF will be saved into the folder specified by ImagesPath property, having the name specified by the ImagesPrefix property.
|