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

PdfOptionalContentProperties.Groups Property

Gets a collection of all the optional content groups in the document.

Namespace: DevExpress.Pdf

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

See Also