VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayLineJS type / set_Items Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Items Method
    In This Topic
    Sets the items, which must be drawn in viewer.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayLineJS(anchor, textOverlaySeparator, items);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebDicomTextOverlayJS[]
    
    returnValue = instance.set_Items(value);
    
    
    function set_Items(
    value
    The items, which must be drawn in viewer.
    : WebDicomTextOverlayJS[]
    ) : any;

    Parameters

    value
    The items, which must be drawn in viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also