PageScaling Property (PDFPrintSettings)
Gets or sets the page scaling.
Syntax
'Declaration Public Property PageScaling As PageScaling
'Usage Dim instance As PDFPrintSettings Dim value As PageScaling instance.PageScaling = value value = instance.PageScaling
public PageScaling PageScaling {get; set;}
Property Value
The scaling mode applied to PDF pages when they are printed.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also