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

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

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