Click or drag to resize

PdfPrintSettings Properties

The PdfPrintSettings type exposes the following members.

Properties
Name Description
Public property CanDuplex
Get a value indicating whether the printer supports double-sided printing.
Public property Collate
Get or set a value indicating whether the printed document is collated.
Public property 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.
Public property Copies
Get or set the number of copies of the document to print.
Public property DocumentName
Get or set the document name to display (for example, in a print status dialog box or printer queue) while printing the document.
Public property Duplex
Get or set the printer setting for double-sided printing.
Public property IsValid
Gets a value indicating whether the System.Drawing.Printing.PrinterSettings.PrinterName property designates a valid printer.
Public property 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.
Public property PaperSize
Get or set the size of a piece of paper.
Public property PrintController
Get or set the print controller that guides the printing process.
Public property PrinterName
Get or set the name of printer which is on printing pdf document.
Public property PrinterResolutionKind
Get or set the printer resolution kind.
Public property PrintFromPage
Get the page number which you choose as the start page to printing.
Public property PrintPages
Get the user has specified print pages.
Public property PrintPerformanceMode
Specifies print performance mode. Default : Fast
Public property PrintToPage
Get the pagenumber which you choose as the final page to printing.
Public property UseHighQuality
Get a value indicating whether to use high-quality printing.
Top
See Also