In This Topic
Sets a value indicating whether field's option items should be sorted alphabetically.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormComboBoxJS(document, name);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_IsSorted(value);
function set_IsSorted(
: boolean
) : any;
Parameters
- value
- A value indicating whether field's option items should be sorted alphabetically. Default value is false.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also