PDFView4NET WinForms Edition
PaperSize Property (PDFPrintSettings)




O2S.Components.PDFView4NET.Printing Namespace > PDFPrintSettings Class : PaperSize Property
Gets or sets the paper size for the page.
Syntax
'Declaration
 
Public Property PaperSize As PaperSize
'Usage
 
Dim instance As PDFPrintSettings
Dim value As PaperSize
 
instance.PaperSize = value
 
value = instance.PaperSize
public PaperSize PaperSize {get; set;}
public: __property PaperSize* get_PaperSize();
public: __property void set_PaperSize( 
   PaperSize* value
);
public:
property PaperSize^ PaperSize {
   PaperSize^ get();
   void set (    PaperSize^ value);
}

Property Value

A PaperSize object that represents the size of the paper.
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