C#
VB
C++
Page mode type of the initial page.
public PDFPageModeType PageModeType { get; set; }
Public Property PageModeType As Leadtools.Pdf.PDFPageModeType
public:
property Leadtools.Pdf.PDFPageModeType PageModeType {
Leadtools.Pdf.PDFPageModeType get();
void set ( Leadtools.Pdf.PDFPageModeType );
}
A PDFPageModeType enumeration member that specifies the page mode for the initial page.
The page fit type of the initial page. External viewers should set the page view properties based on this value when the PDF file is loaded.
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