←Select platform

PageLayoutType Property

Summary

Page layout of the initial page.

Syntax
C#
VB
C++
public PDFPageLayoutType PageLayoutType { get; set; } 
Public Property PageLayoutType As PDFPageLayoutType 
public: 
property PDFPageLayoutType PageLayoutType { 
   PDFPageLayoutType get(); 
   void set (    PDFPageLayoutType ); 
} 

Property Value

A PDFPageLayoutType enumeration member that specifies the page layout for the initial page.

Remarks

The page layout type of the initial page. External viewers should set the page view properties based on this value when the PDF file is loaded.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly