LEADTOOLS PDF (Leadtools.Pdf assembly)

TargetPageFitType Property (PDFBookmark)

Show in webframe





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:
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

See Also

Reference

PDFBookmark Structure
PDFBookmark Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.