VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / get_CanMoveAnnotationsBetweenImages Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_CanMoveAnnotationsBetweenImages Method
    In This Topic
    Gets 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 value; // Type: boolean
    value = instance.get_CanMoveAnnotationsBetweenImages();
    
    
    function get_CanMoveAnnotationsBetweenImages() : boolean;
    

    Return Value

    True if annotations can be moved between images; otherwise, false. Default value is True.
    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