Click or drag to resize

RadioButtonGroupGetButton Method

Retrieves the button at a given index.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public RadioButtonWidget GetButton(
	uint index
)

Parameters

index
Type: SystemUInt32
The index to use.

Return Value

Type: RadioButtonWidget
The RadioButtonWidget at the given index
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also