| PdfPageMode Enumeration |
PDF page mode when the document is first displayed.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax Members
| Member name | Value | Description |
---|
| UseNone | 0 |
Neither document outline nor thumbnail images visible.
|
| UseOutlines | 1 |
Document outline visible.
|
| UseThumbs | 2 |
Thumbnail images visible
|
| FullScreen | 3 |
Full-screen mode, with no menu bar or toolbar visible.
|
| UseOC | 4 |
Optional content group panel visible.
|
| UseAttachments | 5 |
Attachments panel visible.
|
See Also