VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormRadioButtonGroupJS type / WebPdfInteractiveFormRadioButtonGroupJS Constructor(WebPdfDocumentJS,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPdfInteractiveFormRadioButtonGroupJS Constructor(WebPdfDocumentJS,string)
    In This Topic
    Initializes a new instance of the WebPdfInteractiveFormRadioButtonGroupJS class.
    Syntax
    // Parameters
    var document; // Type: WebPdfDocumentJS
    var name; // Type: string
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormRadioButtonGroupJS(document, name);
    
    
    function WebPdfInteractiveFormRadioButtonGroupJS(
    document : WebPdfDocumentJS,
    name
    A partial name of the field.
    : string
    ) : WebPdfInteractiveFormRadioButtonGroupJS;

    Parameters

    document
    WebPdfDocumentJS object.
    name
    A partial name of the field.
    Browser Compatibility
    56+
    45+
    11
    See Also