VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_ImageOffset Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_ImageOffset Method
    In This Topic
    Sets the image offset, in pixels, in viewer.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_ImageOffset(value);
    
    
    function set_ImageOffset(
    value
    An object that contains image offset - { x:number, y:number }.
    : object
    ) : any;

    Parameters

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