PDFView4NET WPF Edition
PageDisplayLayout Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : PageDisplayLayout Property
Gets or sets the display layout of PDF pages.
Syntax
'Declaration
 
Public Property PageDisplayLayout As PDFPageDisplayLayout
'Usage
 
Dim instance As PDFPageView
Dim value As PDFPageDisplayLayout
 
instance.PageDisplayLayout = value
 
value = instance.PageDisplayLayout
public PDFPageDisplayLayout PageDisplayLayout {get; set;}
public: __property PDFPageDisplayLayout get_PageDisplayLayout();
public: __property void set_PageDisplayLayout( 
   PDFPageDisplayLayout value
);
public:
property PDFPageDisplayLayout PageDisplayLayout {
   PDFPageDisplayLayout get();
   void set (    PDFPageDisplayLayout value);
}

Property Value

The layout of PDF pages displayed in the control.
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

PDFPageView Class
PDFPageView Members