Click or drag to resize

RadioButtonGroupCreate Method (PDFDoc, String)

Creates a new RadioButtonGroup in the specified document.

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

Parameters

doc
Type: pdftron.PDFPDFDoc
The document in which the RadioButtonGroup is created.
field_name
Type: SystemString
The name of the field to create and use in this RadioButtonGroup.

Return Value

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