PdfDocumentPageModeType Enumeration

Summary

Specifies the PDF initial view document page mode type.

Syntax
TypeScript
JavaScript
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 
} 
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.

Remarks

Use this option to set/retrieve the PageModeType in PdfDocumentOptions.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.