RadioButtonWidgetGetGroup Method |
Gets the group to which the current button is connected.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public RadioButtonGroup GetGroup()
Public Function GetGroup As RadioButtonGroup
public:
virtual RadioButtonGroup^ GetGroup() sealed
Return Value
Type:
RadioButtonGroup The group containing this Radio Button.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also