VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationCommentJS type / copyTo Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    copyTo Method
    In This Topic
    Copies this comment properties to the target comment.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationCommentJS(parentCollection);
    
    var value; // Type: any
    
    // Parameters
    var target; // Type: WebAnnotationCommentJS
    
    value = instance.copyTo(target);
    
    
    function copyTo(
    target
    Target comment.
    : WebAnnotationCommentJS
    ) : any;

    Parameters

    target
    Target comment.
    Browser Compatibility
    56+
    45+
    11
    See Also