Skip to main content

PdfOptionalContentConfiguration.Off Property

Gets the collection of optional content groups whose state shall be set to Off when this configuration is applied.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfOptionalContentGroup> Off { get; }

Property Value

Type Description
IList<PdfOptionalContentGroup>

A collection of PdfOptionalContentGroup objects that represent optional content groups whose state shall be set to Off when this configuration is applied.

Remarks

If the PdfOptionalContentConfiguration.BaseState property returns Off, the PdfOptionalContentConfiguration.Off property is redundant.

See Also