VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_LeaderOutline Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_LeaderOutline Method
    In This Topic
    Sets the style of leader's outline.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAnnotationPenJS
    
    returnValue = instance.set_LeaderOutline(value);
    
    
    function set_LeaderOutline(
    value
    Style of the leader's WebAnnotationPenJS.
    : WebAnnotationPenJS
    ) : any;

    Parameters

    value
    Style of the leader's WebAnnotationPenJS.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also