Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfOptionalContentGroup> Groups { get; }

Property Value

Type Description
IList<PdfOptionalContentGroup>

A collection of PdfOptionalContentGroup objects that represent optional content groups.

See Also