Click or drag to resize

RadioButtonGroup Class

An object representing a Group of Radio Buttons that can be used to create new Radio Buttons. If a group contains multiple buttons they will be connected.
Inheritance Hierarchy
SystemObject
  pdftron.PDF.AnnotsRadioButtonGroup

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class RadioButtonGroup : IClosable

The RadioButtonGroup type exposes the following members.

Constructors
  NameDescription
Public methodRadioButtonGroup
Creates a RadioButtonGroup and initialize it using given Field object.
Top
Methods
  NameDescription
Public methodAdd(Rect)
Adds a RadioButtonWidget with a default onstate to the RadioButtonGroup
Public methodAdd(Rect, String)
Adds a new RadioButtonWidget to the RadioButtonGroup
Public methodAddGroupButtonsToPage
Add all group buttons to the page
Public methodClose
Public methodStatic memberCreate(PDFDoc)
Creates a new RadioButtonGroup, in the specified document with a default field name.
Public methodStatic memberCreate(PDFDoc, String)
Creates a new RadioButtonGroup in the specified document.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetButton
Retrieves the button at a given index.
Public methodGetField
Gets the field associated with this RadioButtonGroup
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumButtons
Gets the number of buttons in this RadioButtonGroup
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also