Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The DocumentPrinter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Collate |
Gets or sets a value indicating whether the printed document is collated.
|
![]() | Color |
Gets or sets a value indicating whether the page should be printed in color.
|
![]() | Copies |
Gets or sets the number of copies of the document to print.
Note: Not all printers support printing multiple copes. |
![]() | Duplex |
Gets or sets the printer setting for double-sided printing (duplex). To set duplex mode by name use
the SetDuplex(String) method.
Note: Not all printers support the duplex printing. |
![]() | Landscape |
Gets or sets a value indicating whether the page is printed in landscape or portrait orientation.
|
![]() | Margins |
Gets or sets the margins for printed page.
|
![]() | PaperSize |
Gets or sets the paper size for the page. To set paper size by name use the SetPaperSize(String) method.
|
![]() | PaperSource |
Gets or sets the page's paper source; for example, the printer's upper tray.
To set paper source by its predefined name use the SetPaperSource(String) method.
|
![]() | Password |
Password for protected PDF documents.
|
![]() | PrinterResolution |
Gets or sets the printer resolution for the page. To set resolution by its predefined name
use the SetPrinterResolution(String) method. To set custom resolution use
the SetPrinterResolution(Int32, Int32) method.
|
![]() | RegistrationKey |
Registration key.
|
![]() | RegistrationName |
Registration name.
|
See Also