VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebRulerAnnotationViewJS type / set_FormatString Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_FormatString Method
In This Topic
Sets the format string that specifies how a value must be displayed.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_FormatString(value);

Parameters

value
Format. Default value is "0.0 px".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also