VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / set_CanMoveAnnotationsBetweenImages Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    set_CanMoveAnnotationsBetweenImages Method
    In This Topic
    Sets a value indicating whether annotations can be moved between images in multipage display mode.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanMoveAnnotationsBetweenImages(value);
    
    
    function set_CanMoveAnnotationsBetweenImages(
    value
    True if annotations can be moved between images; otherwise, false. Default value is True.
    : boolean
    ) : any;

    Parameters

    value
    True if annotations can be moved between images; otherwise, false. Default value is True.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Remarks

    The viewer will move annotation to the another image if annotation's center is located on new image.

    Browser Compatibility
    56+
    45+
    11
    See Also