VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / get_Source Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Source Method
    In This Topic
    Gets the source object that stores the comment's data.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
    
    var value; // Type: object
    value = instance.get_Source();
    
    
    function get_Source() : object;
    

    Return Value

    The source object that stores the comment's data.
    Browser Compatibility
    56+
    45+
    11
    See Also