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