VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / PrintScaling Property
Syntax Remarks Requirements SeeAlso
In This Topic
    PrintScaling Property (PdfDocumentViewerPreferences)
    In This Topic
    Gets or sets the page scaling option to be selected when a print dialog is displayed for this document.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property PrintScaling As System.String
    
    
    [Browsable(False)]
    public System.String PrintScaling { get; set; }
    
    
    [Browsable(False)]
    public: __property System.String get_PrintScaling();
    public: __property void set_PrintScaling(
    System.String value
    );
    [Browsable(False)]
    public:
    property System.String PrintScaling { System.String get(); void set(System.String value); }

    Property Value

    Valid values are None, which indicates that the print dialog should reflect no page scaling, and AppDefault, which indicates that applications should use the current print scaling. If this property has an unrecognized value, applications should use the current print scaling.

    Default value: AppDefault.
    Remarks

    This parameter is available since PDF 1.6.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also