Specifies the PDF initial view document page mode type.
lt.Documents.Writers.PdfDocumentPageModeType = {
PageOnly: 0,
FullScreen: 3,
BookmarksAndPage: 1,
ThumbnailAndPage: 2,
LayerAndPage: 4,
AttachmentsAndPage: 5
}
lt.Documents.Writers.PdfDocumentPageModeType = {
PageOnly: 0,
FullScreen: 3,
BookmarksAndPage: 1,
ThumbnailAndPage: 2,
LayerAndPage: 4,
AttachmentsAndPage: 5
}
Members
0 | PageOnly |
(0) Neither document outline nor thumbnail images visible. |
3 | FullScreen |
(3) Full-screen mode, with no menu bar, window controls, or any other window visible. |
1 | BookmarksAndPage |
(1) Document bookmarks visible. |
2 | ThumbnailAndPage |
(2) Thumbnail images visible. |
4 | LayerAndPage |
(4) Layer panel visible. |
5 | AttachmentsAndPage |
(5) Attachments panel visible. |
Use this option to set/retrieve the PageModeType in PdfDocumentOptions.
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