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

    Return Value

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