O2S.Components.PDF4NET.View.Win Documentation
PageDisplayLayout Property



O2S.Components.PDF4NET.View Namespace > PDFDocumentView Class : PageDisplayLayout Property
Gets or sets the current page display layout.
Syntax
'Declaration
 
<TypeConverterAttribute(O2S.Components.PDF4NET.View.WinForms.TypeConverters.PageDisplayLayoutTypeConverter)>
<CategoryAttribute("PDF")>
<DescriptionAttribute("The layout of the displayed pages")>
<DefaultValueAttribute(O2S.Components.PDF4NET.View.Layouts.PDFPageDisplayLayout, "Single column")>
Public Property PageDisplayLayout As PDFPageDisplayLayout
'Usage
 
Dim instance As PDFDocumentView
Dim value As PDFPageDisplayLayout
 
instance.PageDisplayLayout = value
 
value = instance.PageDisplayLayout
[TypeConverter(O2S.Components.PDF4NET.View.WinForms.TypeConverters.PageDisplayLayoutTypeConverter)]
[Category("PDF")]
[Description("The layout of the displayed pages")]
[DefaultValue(O2S.Components.PDF4NET.View.Layouts.PDFPageDisplayLayout, "Single column")]
public PDFPageDisplayLayout PageDisplayLayout {get; set;}
[TypeConverter(O2S.Components.PDF4NET.View.WinForms.TypeConverters.PageDisplayLayoutTypeConverter)]
[Category("PDF")]
[Description("The layout of the displayed pages")]
[DefaultValue(O2S.Components.PDF4NET.View.Layouts.PDFPageDisplayLayout, "Single column")]
public:
property PDFPageDisplayLayout^ PageDisplayLayout {
   PDFPageDisplayLayout^ get();
   void set (    PDFPageDisplayLayout^ value);
}
Remarks
The page display layout defines how the PDF pages are arranged and displayed in the viewer control.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFDocumentView Class
PDFDocumentView Members