PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
specifying how the document should be displayed when opened
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public enum PageMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration PageMode |
| Visual C++ |
|---|
public enum class PageMode |
Members
| Member name | Description | |
|---|---|---|
| UseNone |
Neither document outline nor thumbnail images visible
| |
| UseOutlines |
Document outline visible
| |
| UseThumbs |
Thumbnail images visible
| |
| FullScreen |
Full-screen mode, with no menu bar, window controls, or any other window visible
| |
| UseAttachments |
Attachments panel visible
| |
| UseOC |
Optional content group panel visible
|