Click or drag to resize

RadioButtonGroupCreate Method (PDFDoc)

Creates a new RadioButtonGroup, in the specified document with a default field name.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static RadioButtonGroup Create(
	PDFDoc doc
)

Parameters

doc
Type: pdftron.PDFPDFDoc
The document in which the RadioButtonGroup is created.

Return Value

Type: RadioButtonGroup
A newly created blank Widget annotation.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also