Skip to main content

PdfOptionalContentUsageApplication.Category Property

Gets names, each of which corresponds to a usage dictionary entry.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<string> Category { get; }

Property Value

Type Description
IList<String>

A collection of strings that represent names, each of which corresponds to a usage dictionary entry.

See Also