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

    Parameters

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