Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfOptionalContentUsageApplication.Groups Property

Gets optional content groups that will have their states automatically managed based on information in their usage.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfOptionalContentGroup> Groups { get; }

Property Value

Type Description
IList<PdfOptionalContentGroup>

A collection of PdfOptionalContentGroup objects that represent optional content groups.

See Also