PdfRasterizer Properties |
The PdfRasterizer type exposes the following members.
Name | Description | |
---|---|---|
ColorSpace |
The color space of the generated images. Default value is RGB.
| |
DocumentInformation |
PDF document information. This property is populated after the requested operation (GetText, GetHtml, etc) is finished.
(Inherited from PdfTool.) | |
EndPageNumber |
The page number where the current operation will end on the PDF file.
The default value is 0 which means that all the PDF document is processed starting from the StartPageNumber page.
(Inherited from PdfTool.) | |
ImagesFormat |
The image format for the generated images, when the method Save is used.
| |
ImagesPath |
The path to the disk folder where the images will be saved, when the method Save is used.
| |
ImagesPrefix |
The prefix for the generated images file name, when the method Save is used.
| |
Resolution |
The resolution of the generated images in DPI. Default value is 120.
| |
StartPageNumber |
The page number from where the current operation will start on the PDF file.
The default value is 1 which means that the operation will start from the first page.
(Inherited from PdfTool.) | |
Timeout |
Timeout in seconds for the current operation. Default value is 600 seconds.
(Inherited from PdfTool.) | |
UserPassword |
The user password to be used to open the PDF document for reading. The default value is null, which means that
no password will be used to open the PDF document.
(Inherited from PdfTool.) |