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);
function set_FormatString(
: string
) : any;
Parameters
- value
- Format. Default value is "0.0 px".
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also