[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 = 0BookmarksAndPage = 1ThumbnailAndPage = 2FullScreen = 3LayerAndPage = 4AttachmentsAndPage = 5
| Value | Member | Description |
|---|---|---|
| 0 | PageOnly | Neither document outline nor thumbnail images visible. |
| 1 | BookmarksAndPage | Document bookmarks visible. |
| 2 | ThumbnailAndPage | Thumbnail images visible. |
| 3 | FullScreen | Full-screen mode, with no menu bar, window controls, or any other window visible. |
| 4 | LayerAndPage | Layer panel visible. |
| 5 | AttachmentsAndPage | 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
