PDFView4NET WPF Edition
PageLayout Property




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

Property Value

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