PageMode Enum
Specifies page mode.
public enum PageMode
Public Enum PageMode
Inheritance: ObjectValueTypeEnumPageMode
Fields
PageMode.Auto | 0 | ShowOutlines is used if outlines are present. If not ShowNone is used. |
PageMode.FullScreen | 6 | Document is show in full screen mode. |
PageMode.ShowAttachments | 5 | Attachments toolbar is shown. |
PageMode.ShowNone | 1 | Outlines and Thumbnails toolbars are not shown. |
PageMode.ShowOptionalContent | 4 | Optional content is shown. |
PageMode.ShowOutlines | 2 | Outlines toolbar is shown. |
PageMode.ShowThumbnails | 3 | Thumbnails toolbar is shown. |