Skip to main content

PdfOptionalContentConfiguration.UsageApplication Property

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfOptionalContentUsageApplication> UsageApplication { get; }

Property Value

Type Description
IList<PdfOptionalContentUsageApplication>

A collection of PdfOptionalContentUsageApplication objects.

See Also