←Select platform

TargetPageFitType Property

Summary

Target page fit type of this bookmark.

Syntax
C#
VB
C++
Java
public PDFPageFitType TargetPageFitType { get; set; } 
Public Property TargetPageFitType As PDFPageFitType 
public PDFPageFitType getTargetPageFitType() 
public void setTargetPageFitType(PDFPageFitType type) 
public: 
property PDFPageFitType TargetPageFitType { 
   PDFPageFitType get(); 
   void set (    PDFPageFitType ); 
} 

Property Value

A PDFPageFitType enumeration member that specifies the target page fit type of this bookmark. 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 this bookmark is activated. A value of PDFPageFitType.Default means do not change the page fit mode when going to the target page.

Example

For an example, refer to PDFBookmark.

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