Specifies the PDF initial view document page mode type.
lt.Document.Writer.PdfDocumentPageModeType = {
pageOnly: 0,
fullScreen: 3,
bookmarksAndPage: 1,
thumbnailAndPage: 2,
layerAndPage: 4,
attachmentsAndPage: 5
}
lt.Document.Writer.PdfDocumentPageModeType = {
pageOnly: 0,
fullScreen: 3,
bookmarksAndPage: 1,
thumbnailAndPage: 2,
layerAndPage: 4,
attachmentsAndPage: 5
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document