←Select platform

PageModeType Property

Summary
Page mode type of the initial page.
Syntax
C#
VB
C++
Java
public PDFPageModeType PageModeType { get; set; } 
Public Property PageModeType As PDFPageModeType 
public PDFPageModeType getPageModeType(); 
public void setPageModeType( 
   PDFPageModeType pDFPageModeType 
); 
public: 
property PDFPageModeType PageModeType { 
   PDFPageModeType get(); 
   void set (    PDFPageModeType ); 
} 

Property Value

A PDFPageModeType enumeration member that specifies the page mode for the initial page.

Remarks

The page fit 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.