VintaSoft Imaging .NET SDK 15.1: 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);

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