Skip to main content

PdfOptionalContentConfiguration.BaseState Property

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOptionalContentState BaseState { get; }

Property Value

Type Description
PdfOptionalContentState

A PdfOptionalContentState enumeration value that initializes the states of all the optional content groups in a document when this configuration is applied.

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