VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebMarkAnnotationViewJS type / get_MarkType Property
Syntax BrowserCompatibility SeeAlso
    get_MarkType Method
    Gets a mark type.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebMarkAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebMarkAnnotationTypeEnumJS
    value = instance.get_MarkType();
    
    

    Return Value

    An instance of WebMarkAnnotationTypeEnumJS class that defines the mark type. Default value is "Tick".
    Browser Compatibility
    56+
    45+
    11
    See Also