OptionalContentPropertiesGroups Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets an array of all the optional content groups in the document, in any order. Every optional content group shall be included in this array.

Namespace:  Apitron.PDF.Kit.FixedLayout.OptionalContent
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public IList<OptionalContentGroup> Groups { get; }

Property Value

Type: IListOptionalContentGroup
The groups.
See Also

Reference