PDFView4NET WinForms Edition
PaperSource Property (PDFPrintSettings)




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

Property Value

A PaperSource object that specifies the source 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