LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

TargetPageFitType Property (PDFBookmark)






Gets or sets the target page fit type of this bookmark.
Syntax
public PDFPageFitType TargetPageFitType {get; set;}
'Declaration
 
Public Property TargetPageFitType As PDFPageFitType
'Usage
 
Dim instance As PDFBookmark
Dim value As PDFPageFitType
 
instance.TargetPageFitType = value
 
value = instance.TargetPageFitType
public PDFPageFitType TargetPageFitType {get; set;}
 get_TargetPageFitType();
set_TargetPageFitType(value);
public:
property PDFPageFitType TargetPageFitType {
   PDFPageFitType get();
   void set (    PDFPageFitType value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFBookmark Structure
PDFBookmark Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.