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

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.v18.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