The display mode of the PDF document in the viewer.

C# | Visual Basic | Visual C++ |
public enum DocumentDisplayMode
Public Enumeration DocumentDisplayMode
public enum class DocumentDisplayMode

Member | Description |
---|---|
NotSet |
Use default document display mode.
|
None |
Displays the document, but does not display bookmarks or thumbnails (default)
|
Bookmarks |
Displays the document and bookmarks.
|
Thumbs |
Displays the document and thumbnails.
|