VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormComboBoxJS type / get_SelectedItem Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedItem Method
    In This Topic
    Gets the selected item of combo box field.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormComboBoxJS(document, name);
    
    var value; // Type: string
    value = instance.get_SelectedItem();
    
    
    function get_SelectedItem() : string;
    

    Return Value

    A selected item of combo box field. Default value is "".
    Browser Compatibility
    56+
    45+
    11
    See Also