PdfOptionalContentConfiguration.Off Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IList<PdfOptionalContentGroup> Off { get; }
#Property Value
Type | Description |
---|---|
IList<Pdf |
A collection of Pdf |
#Remarks
If the PdfOptionalContentConfiguration.BaseState property returns Off, the PdfOptionalContentConfiguration.Off property is redundant.
See Also