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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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
falseRemarks
This requires PDF version 1.7 or greater.
See Also