[Serializable]
public enum PageMode : Enum , IComparable, IFormattable
, IConvertible
Public Members
| Member | Description |
|---|---|
| Auto | ShowOutlines is used if outlines are present. If not ShowNone is used. |
| ShowNone | Outlines and Thumbnails toolbars are not shown. |
| ShowOutlines | Outlines toolbar is shown. |
| ShowThumbnails | Thumbnails toolbar is shown. |
| FullScreen | Document is show in full screen mode. |

