PDFView4NET WPF Edition
PageScaling Property (PDFPrintSettings)




O2S.Components.PDFView4NET.Printing Namespace > PDFPrintSettings Class : PageScaling Property
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;}
public: __property PageScaling get_PageScaling();
public: __property void set_PageScaling( 
   PageScaling value
);
public:
property PageScaling PageScaling {
   PageScaling get();
   void set (    PageScaling value);
}

Property Value

The scaling mode applied to PDF pages when they are printed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPrintSettings Class
PDFPrintSettings Members