VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / get_Outline Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Outline Method
    In This Topic
    Gets the style of the annotation's outline.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationPenJS
    value = instance.get_Outline();
    
    
    function get_Outline() : WebAnnotationPenJS;
    

    Return Value

    Style of the annotation's WebAnnotationPenJS.
    Browser Compatibility
    56+
    45+
    11
    See Also