Leadtools.Pdf Namespace > PDFBookmark Structure : TargetPageFitType Property |
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); }
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.
For an example, refer to PDFBookmark.