Click or drag to resize

RadioButtonGroup Constructor

Creates a RadioButtonGroup and initialize it using given Field object.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public RadioButtonGroup(
	Field field
)

Parameters

field
Type: pdftron.PDFField
The field with which to initialize the RadioButtonGroup
Remarks
The constructor does not copy any data, but is instead the logical equivalent of a type cast.
See Also