VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / copyTo Methods / copyTo(Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    copyTo(Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS) Method
    In This Topic
    Copies the state of the current annotation to the target annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var value; // Type: any
    
    // Parameters
    var target; // Type: WebFreeTextAnnotationViewJS
    
    value = instance.copyTo(target);
    
    
    function copyTo(
    target
    The target annotation, which has the same class as the current annotation.
    : WebFreeTextAnnotationViewJS
    ) : any;

    Parameters

    target
    The target annotation, which has the same class as the current annotation.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also