←Select platform

PageLayoutType Property

Summary
Page layout of the initial page.
Syntax
C#
VB
C++
Java
public PDFPageLayoutType PageLayoutType { get; set; } 
Public Property PageLayoutType As PDFPageLayoutType 
public PDFPageLayoutType getPageLayoutType(); 
public void setPageLayoutType( 
   PDFPageLayoutType 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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.