Get or Set PdfDocument Print PageScaling

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectSinglePageLayout.")]
public PdfPrintPageScaling PageScaling { get; set; }
<ObsoleteAttribute("This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectSinglePageLayout.")> 
Public Property PageScaling As PdfPrintPageScaling
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectSinglePageLayout.")]
property PdfPrintPageScaling PageScaling {
	PdfPrintPageScaling get ();
	void set (PdfPrintPageScaling value);
}
[<ObsoleteAttribute("This property may be removed in the future,please use the method of PdfDocument.PrintSettings.SelectSinglePageLayout.")>]
member PageScaling : PdfPrintPageScaling with get, set

Property Value

PdfPrintPageScaling

See Also