VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayJS type / set_Anchor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Anchor Method
    In This Topic
    Sets text anchor.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayJS(anchor);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAnchorTypeEnumJS
    
    returnValue = instance.set_Anchor(value);
    
    
    function set_Anchor(
    value
    The text anchor.
    : WebAnchorTypeEnumJS
    ) : any;

    Parameters

    value
    The text anchor.
    Browser Compatibility
    56+
    45+
    11
    See Also