Click or drag to resize

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
)

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
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also