PDFOptionalContentGroupDefaultState¶
Namespace: O2S.Components.PDF4NET.Graphics.OptionalContent
The possible default states for optional content.
Inheritance Object → ValueType → Enum → PDFOptionalContentGroupDefaultState
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| On | 0 | The optional content group is visible when the document is displayed. |
| Off | 1 | The optional content group is invisible when the document is displayed. |
| None | 2 | The optional content group does not have a default state. |