PdfViewerPreferencesPrintScaling Property |
Gets or sets the print scaling for the viewer. There are currently two useful values
for this property: "None" and "AppDefault". The PDF specification
does not offer any suggestion for what the value should mean other than "None"
will provide no scaling.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string PrintScaling { get; set; }
Public Property PrintScaling As String
Get
Set
Property Value
Type:
String
The print scaling. Default is
"AppDefault".
See Also