PdfOptionalContentConfiguration.On Property
In This Article
Gets the collection of optional content groups whose state shall be set to On when this configuration is applied.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IList<PdfOptionalContentGroup> On { get; }
#Property Value
Type | Description |
---|---|
IList<Pdf |
A collection of Pdf |
#Remarks
If the PdfOptionalContentConfiguration.BaseState property returns On, the PdfOptionalContentConfiguration.On property is redundant.
See Also