PDFView4NET WinForms Edition
PageMode Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : PageMode Property
Gets or sets the document's page mode specifying how the document should be displayed when opened.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property PageMode As PDFPageMode
'Usage
 
Dim instance As PDFDocument
Dim value As PDFPageMode
 
instance.PageMode = value
 
value = instance.PageMode
[Browsable(false)]
public PDFPageMode PageMode {get; set;}
[Browsable(false)]
public: __property PDFPageMode get_PageMode();
public: __property void set_PageMode( 
   PDFPageMode value
);
[Browsable(false)]
public:
property PDFPageMode PageMode {
   PDFPageMode get();
   void set (    PDFPageMode value);
}

Property Value

The document's page mode.
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

PDFDocument Class
PDFDocument Members