←Select platform

PageFitType Property

Summary

Target page fit type of the initial page.

Syntax

C#
VB
C++
public PDFPageFitType PageFitType { get; set; } 
Public Property PageFitType As Leadtools.Pdf.PDFPageFitType 
public: 
property Leadtools.Pdf.PDFPageFitType PageFitType { 
   Leadtools.Pdf.PDFPageFitType get(); 
   void set (    Leadtools.Pdf.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly