Back to Devexpress

PdfOptionalContentProperties.Groups Property

officefileapi-devexpress-dot-pdf-dot-pdfoptionalcontentproperties-bccaa10c.md

latest1.3 KB
Original Source

PdfOptionalContentProperties.Groups Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public IList<PdfOptionalContentGroup> Groups { get; }
vb
Public ReadOnly Property Groups As IList(Of PdfOptionalContentGroup)

Property Value

TypeDescription
IList<PdfOptionalContentGroup>

A collection of PdfOptionalContentGroup objects.

|

See Also

PdfOptionalContentProperties Class

PdfOptionalContentProperties Members

DevExpress.Pdf Namespace