PDFOptionalContentGroupPrintState¶
Namespace: O2S.Components.PDF4NET.Graphics.OptionalContent
Possible print states for an optional content group.
Inheritance Object → ValueType → Enum → PDFOptionalContentGroupPrintState
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| PrintWhenVisible | 0 | The optional content group is printed if it is visible. |
| AlwaysPrint | 1 | The optional content group is always printed. |
| NeverPrint | 2 | The optional content group is never printed. |