C#
VB
C++
Page layout of the initial page.
public PDFPageLayoutType PageLayoutType { get; set; }
Public Property PageLayoutType As Leadtools.Pdf.PDFPageLayoutType
public:
property Leadtools.Pdf.PDFPageLayoutType PageLayoutType {
Leadtools.Pdf.PDFPageLayoutType get();
void set ( Leadtools.Pdf.PDFPageLayoutType );
}
A PDFPageLayoutType enumeration member that specifies the page layout for the initial page.
The page layout 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