Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > 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 PDFPageFitType getTargetPageFitType() public void setTargetPageFitType(PDFPageFitType type)
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.