The PdfPrinter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DocumentName |
The document name used print status and printer queue
| |
| DPI |
The print resolution
| |
| HardMarginsEnabled |
Controls if the printer hard margins are considered when the available space in page is calculated. The default value is true
| |
| MaxRunTime |
The maximum time to run the PDF print
| |
| OwnerPassword |
The password to open the PDF document in owner mode
| |
| PageSettings |
The page settings used to print the PDF document
| |
| PdfInfo |
Gets the object encapsulating the PDF document properties. This objects is populated after
tool execution finished
| |
| PrintColor |
The print color
| |
| PrinterSettings |
The printer settings
| |
| SerialNumber |
The serial number obtained after product purchase. This property can be set to null or can be left not set to enter evaluation mode
| |
| SilentPrinting |
Controls if the printing is silent. The default value is false
| |
| UserPassword |
The password to open the PDF document in user mode
|
See Also