Represents how the document should be displayed by a viewer when opened.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax Public Enumeration PdfPageMode
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, window controls, or any other window visible.
|
UseOC | 4 | (PDF 1.5) Optional content group panel visible.
|
UseAttachments | 5 | (PDF 1.6) Attachments panel visible.
|
See Also