PdfOptionalContentConfiguration.BaseState Property
In This Article
Gets a state value that is used to initialize the states of all the optional content groups in a document when this configuration is applied.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfOptionalContentState BaseState { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
On | The states of all groups will be turned ON. |
Off | The states of all groups will be turned OFF. |
Unchanged | The states of all groups will be left unchanged. |
See Also