PdfViewerPreferencesSelectPaperByPageSize Property |
Gets or sets a value indicating whether the viewing application should set the print
settings to pick paper from a source that matches the page size. This will depend on
the capabilities of the printer and print driver.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool SelectPaperByPageSize { get; set; }Public Property SelectPaperByPageSize As Boolean
Get
Set
Property Value
Type:
Booleantrue if the viewiing application should select paper by page size; otherwise,
false.
Default is
false
Remarks
This requires PDF version 1.7 or greater.
See Also