VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayLineJS type / WebDicomTextOverlayLineJS Constructor(WebAnchorTypeEnumJS,string,WebDicomTextOverlayJS[])
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebDicomTextOverlayLineJS Constructor(WebAnchorTypeEnumJS,string,WebDicomTextOverlayJS[])
    In This Topic
    Initializes a new instance of the WebDicomTextOverlayLineJS class.
    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(
    anchor
    The anchor.
    : WebAnchorTypeEnumJS,
    textOverlaySeparator
    The separator, which must be inserted between the text overlays.
    : string,
    items
    The items, which must be drawn in viewer.
    : WebDicomTextOverlayJS[]
    ) : WebDicomTextOverlayLineJS;

    Parameters

    anchor
    The anchor.
    textOverlaySeparator
    The separator, which must be inserted between the text overlays.
    items
    The items, which must be drawn in viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also