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