VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLeaderAnnotationViewJS type / set_StartAnnotationData Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_StartAnnotationData Method
    In This Topic
    Sets the WebAnnotationViewJS object associated with start of the WebLeaderAnnotationViewJS.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebLeaderAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAnnotationViewJS
    
    returnValue = instance.set_StartAnnotationData(value);
    
    
    function set_StartAnnotationData(
    value
    WebAnnotationViewJS object OR null.
    : WebAnnotationViewJS
    ) : any;

    Parameters

    value
    WebAnnotationViewJS object OR null.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also