Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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