Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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.

See Also