Target page fit type of the initial page.
public PDFPageFitType PageFitType { get; set; }
Public Property PageFitType As Leadtools.Pdf.PDFPageFitType
public:
property Leadtools.Pdf.PDFPageFitType PageFitType {
Leadtools.Pdf.PDFPageFitType get();
void set ( Leadtools.Pdf.PDFPageFitType );
}
A PDFPageFitType enumeration member that specifies the target page fit type of the initial page. 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 the PDF file is loaded. A value of PDFPageFitType.Default means do not change the page fit mode when going to the initial page.
For an example, refer to PDFInitialViewOptions.
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