VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / get_ImageOffset Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ImageOffset Method
    In This Topic
    Gets the image offset, in pixels, in viewer.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var value; // Type: object
    value = instance.get_ImageOffset();
    
    
    function get_ImageOffset() : object;
    

    Return Value

    An object that contains image offset - { x:number, y:number }.
    Browser Compatibility
    56+
    45+
    11
    See Also