OptionalContentConfigurationRadioButtonGroups Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the array consisting of one or more arrays, each of which represents a collection of optional content groups whose states shall be intended to follow a radio button paradigm. That is, the state of at most one optional content group in each array shall be ON at a time. If one group is turned ON, all others shall be turned OFF. However, turning a group from ON to OFF does not force any other group to be turned ON.

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[]> RadioButtonGroups { get; }

Property Value

Type: IListOptionalContentGroup
The Radio Button Groups.
See Also

Reference