Represents mode of document displaying.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
Public Enumeration PdfPageMode
public enum class PdfPageMode
Members
|
Member name
|
Value
|
Description
|
|
UseNone
|
0
|
Default value. 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
|
Optional content group panel visible.
|
|
UseAttachments
|
5
|
Attachments are visible.
|
See Also