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
See Also