|
This class represents the radio field dictionary. This is
definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 227,
page 441.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 230, page 534.
This class is always an indirect object because it inherits from
FieldElement which is always an indirect object.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.FieldElement
WebSupergoo.ABCpdf14.Elements.RadioFieldElement
A radio button field is a button field where exactly one button
in a group may be on at a time. The group is formed by all button
field widgets sharing the same fully qualified field name.
Because the class inherits from FieldElement it participates in
the full field hierarchy. The NoToggleToOff flag controls whether
the currently selected button can be clicked off without selecting
another, and RadiosInUnison controls whether widgets with the same
on-state value toggle together.
|