VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / getAllAvailableValues Property
Syntax BrowserCompatibility SeeAlso
getAllAvailableValues Method
Returns values of all enumeration elements.
Syntax
var instance = new Vintasoft.Shared.WebEnumItemBaseJS();

var value; // Type: object[]
value = instance.getAllAvailableValues();

Return Value

Values of all enumeration elements.
Browser Compatibility
9
5
11
5
See Also