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);
function set_ItemArray(
: string[]
) : any;
Parameters
- value
- The items as a string array. Default value is empty array.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also