←Select platform

TargetPageFitType Property

Summary

Target page fit type of this bookmark.

Syntax

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

Leadtools.Pdf Assembly