Back to Devexpress

PdfOptionalContentConfiguration.BaseState Property

officefileapi-devexpress-dot-pdf-dot-pdfoptionalcontentconfiguration-29cfb0d9.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfOptionalContentState BaseState { get; }
vb
Public ReadOnly Property BaseState As PdfOptionalContentState

Property Value

TypeDescription
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:

NameDescription
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

PdfOptionalContentConfiguration Class

PdfOptionalContentConfiguration Members

DevExpress.Pdf Namespace