VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / toString Property
Syntax BrowserCompatibility SeeAlso
toString Method
Returns name of this enumeration element.
Syntax
var instance = new Vintasoft.Shared.WebEnumItemBaseJS();

var value; // Type: string
value = instance.toString();

Return Value

Name of this enumeration element.
Browser Compatibility
9
See Also