←Select platform

PageFitType Property

Summary
Target page fit type of the initial page.
Syntax
C#
VB
C++
Java
public PDFPageFitType PageFitType { get; set; } 
Public Property PageFitType As PDFPageFitType 
public PDFPageFitType getPageFitType(); 
public void setPageFitType( 
   PDFPageFitType pDFPageFitType 
); 
public: 
property PDFPageFitType PageFitType { 
   PDFPageFitType get(); 
   void set (    PDFPageFitType ); 
} 

Property Value

A PDFPageFitType enumeration member that specifies the target page fit type of the initial page. The default value is PDFPageFitType.Default.

Remarks

The page fit type of the target page. External viewers should set the page view properties based on this value when the PDF file is loaded. A value of PDFPageFitType.Default means do not change the page fit mode when going to the initial page.

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.