PdfOptionalContentConfiguration.UsageApplication Property
In This Article
Gets a collection of usage applications specifying which usage categories will be used to automatically manipulate the state of optional content groups.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public IList<PdfOptionalContentUsageApplication> UsageApplication { get; }
#Property Value
Type | Description |
---|---|
IList<Pdf |
A collection of Pdf |
See Also