VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebTextAnnotationViewBaseJS type / get_TextProperties Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextProperties Method
    In This Topic
    Gets the text properties of the annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewBaseJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS
    value = instance.get_TextProperties();
    
    
    function get_TextProperties() : WebAnnotationTextPropertiesJS;
    

    Return Value

    The text properties of the annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also