PdfViewerPreferencesPrintScalingAppDefault Property |
(Optional; PDF 1.6) The page scaling option that shall be selected when a print dialog is displayed for this document.
Valid values are , which indicates no page scaling, and , which indicates the conforming reader’s default print scaling.
Default value: .
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool PrintScalingAppDefault { get; set; }
Public Property PrintScalingAppDefault As Boolean
Get
Set
Property Value
Boolean indicates no page scaling while
indicates the conforming reader’s default print scaling.
See Also