VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayLineJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebDicomTextOverlayLineJS type
    In This Topic
    Represents a line of static texts objects, which can be displayed in DICOM viewer.
    Syntax
    // Parameters
    var anchor; // Type: WebAnchorTypeEnumJS
    var textOverlaySeparator; // Type: string
    var items; // Type: WebDicomTextOverlayJS[]
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayLineJS(anchor, textOverlaySeparator, items);
    
    
    function WebDicomTextOverlayLineJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Dicom.WebDicomTextOverlayJS
          Vintasoft.Imaging.Dicom.WebDicomTextOverlayLineJS

    Browser Compatibility
    56+
    45+
    11
    See Also