VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormComboBoxJS type / get_ItemArray Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ItemArray Method
    In This Topic
    Gets the items as a string array.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormComboBoxJS(document, name);
    
    var value; // Type: string[]
    value = instance.get_ItemArray();
    
    
    function get_ItemArray() : string[];
    

    Return Value

    The items as a string array. Default value is empty array.
    Browser Compatibility
    56+
    45+
    11
    See Also