Initial view page layout type when creating a PDF document.
Object.defineProperty(PdfDocumentOptions.prototype, 'pageLayoutType',
get: function(),
set: function(value)
)
pageLayoutType: PdfDocumentPageLayoutType;
One of the PdfDocumentPageLayoutType enumeration members that indicate the initial view layout of page mode to use when creating a PDF document. The default value is PdfDocumentPageLayoutType.SinglePageDisplay.
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