Target page fit type of this internal link.
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 );
}
A PDFPageFitType enumeration member that specifies the target page fit type of this internal link. The default value is PDFPageFitType.Default.
The page fit type of the target page. External viewers should set the page view properties based on this value when this internal link 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 PDFInternalLink.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET