VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormComboBoxJS type / set_ItemArray Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ItemArray Method
In This Topic
Sets the items as a string array.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormComboBoxJS(document, name);

var returnValue; // Type: any

// Parameters
var value; // Type: string[]

returnValue = instance.set_ItemArray(value);

Parameters

value
The items as a string array. Default value is empty array.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also