PdfPageDisplayMode Enumeration |
Defines an additional view to be displayed with a PDF page in a viewer.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum PdfPageDisplayMode
Public Enumeration PdfPageDisplayMode
Members
| Member name | Description |
---|
| None |
No additional views specified (viewer default).
|
| Bookmarks |
Show the Bookmark tree.
|
| Thumbnails |
Show the page thumbnail images
|
| FullScreen |
Show full screen
|
| OptionalContent |
Show optional content
|
| Attachments |
Show attachments
|
See Also