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
)
Public Shared Function Create (
doc As PDFDoc,
field_name As String
) As RadioButtonGroup
public:
static RadioButtonGroup^ Create(
[InAttribute] PDFDoc^ doc,
[InAttribute] String^ field_name
)
pdftron.PDF.Annots.RadioButtonGroup.Create = function(doc, 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 Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also