In This Topic
Sets a mark type.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebMarkAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebMarkAnnotationTypeEnumJS
returnValue = instance.set_MarkType(value);
function set_MarkType(
: WebMarkAnnotationTypeEnumJS
) : any;
Parameters
- value
- An instance of WebMarkAnnotationTypeEnumJS class that defines the mark type. Default value is "Tick".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also