RadioButtonGroupAdd Method (Rect) |
Adds a RadioButtonWidget with a default onstate to the RadioButtonGroup
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public RadioButtonWidget Add(
Rect pos
)
Public Function Add (
pos As Rect
) As RadioButtonWidget
public:
virtual RadioButtonWidget^ Add(
[InAttribute] Rect^ pos
) sealed
Parameters
- pos
- Type: pdftron.PDFRect
A rectangle specifying the annotation's bounds, specified in
user space coordinates.
Return Value
Type:
RadioButtonWidget A newly created default RadioButtonWidget.
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also