←Select platform

PdfDocumentPageModeType Enumeration

Summary
Specifies the PDF initial view document page mode type.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum PdfDocumentPageModeType 
typedef NS_ENUM(NSInteger, LTPdfDocumentPageModeType) { 
 LTPdfDocumentPageModeTypePageOnly = 0,  
 LTPdfDocumentPageModeTypeFullScreen = 3,  
 LTPdfDocumentPageModeTypeBookmarksAndPage = 1,  
 LTPdfDocumentPageModeTypeThumbnailAndPage = 2,  
 LTPdfDocumentPageModeTypeLayerAndPage = 4,  
 LTPdfDocumentPageModeTypeAttachmentsAndPage = 5 
}; 
public enum PdfDocumentPageModeType 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class PdfDocumentPageModeType   
class PdfDocumentPageModeType(Enum): 
   PageOnly = 0 
   BookmarksAndPage = 1 
   ThumbnailAndPage = 2 
   FullScreen = 3 
   LayerAndPage = 4 
   AttachmentsAndPage = 5 
Members
ValueMemberDescription
0PageOnly Neither document outline nor thumbnail images visible.
1BookmarksAndPage Document bookmarks visible.
2ThumbnailAndPage Thumbnail images visible.
3FullScreen Full-screen mode, with no menu bar, window controls, or any other window visible.
4LayerAndPage Layer panel visible.
5AttachmentsAndPage Attachments panel visible.
Remarks

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

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly

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