PDFOptionalContentGroupExportState¶
Namespace: O2S.Components.PDF4NET.Graphics.OptionalContent
Possible export states for an optional content group.
Inheritance Object → ValueType → Enum → PDFOptionalContentGroupExportState
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| ExportWhenVisible | 0 | The optional content group is exported if it is visible. |
| AlwaysExport | 1 | The optional content group is always exported. |
| NeverExport | 2 | The optional content group is never exported. |