PdfPrintSettings Properties |
The PdfPrintSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CanDuplex |
Get a value indicating whether the printer supports double-sided printing.
|
![]() |
Collate |
Get or set a value indicating whether the printed document is collated.
|
![]() |
Color |
Get or set a value indicating whether the page should be printed in color.
true if the page should be printed in color; otherwise, false. The default
is determined by the printer.
|
![]() |
Copies |
Get or set the number of copies of the document to print.
|
![]() |
DocumentName |
Get or set the document name to display (for example, in a print status dialog box or printer queue) while printing the document.
|
![]() |
Duplex |
Get or set the printer setting for double-sided printing.
|
![]() |
IsValid |
Gets a value indicating whether the System.Drawing.Printing.PrinterSettings.PrinterName property designates a valid printer.
|
![]() |
Landscape |
Get or set a value indicating whether the page is printed in landscape or portrait orientation.
Returns:
True if the page should be printed in landscape orientation; otherwise, false.
|
![]() |
PaperSize |
Get or set the size of a piece of paper.
|
![]() |
PrintController |
Get or set the print controller that guides the printing process.
|
![]() |
PrinterName |
Get or set the name of printer which is on printing pdf document.
|
![]() |
PrinterResolutionKind |
Get or set the printer resolution kind.
|
![]() |
PrintFromPage |
Get the page number which you choose as the start page to printing.
|
![]() |
PrintPages |
Get the user has specified print pages.
|
![]() |
PrintPerformanceMode |
Specifies print performance mode.
Default : Fast
|
![]() |
PrintToPage |
Get the pagenumber which you choose as the final page to printing.
|
![]() |
UseHighQuality |
Get a value indicating whether to use high-quality printing.
|