Skip to main content
A newer version of this page is available. .

PdfOptionalContentUsageApplication.Category Property

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

Namespace: DevExpress.Pdf

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

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