Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfOptionalContentUsageApplication.Category Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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