VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebMarkAnnotationViewJS type / set_MarkType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_MarkType Method
    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(
    value
    An instance of WebMarkAnnotationTypeEnumJS class that defines the mark type. Default value is "Tick".
    : WebMarkAnnotationTypeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebMarkAnnotationTypeEnumJS class that defines the mark type. Default value is "Tick".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also