VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / getDrawingContext Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getDrawingContext Method
    In This Topic
    Returns the drawing context of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: object
    value = instance.getDrawingContext();
    
    
    function getDrawingContext() : object;
    

    Return Value

    The drawing context of annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also