VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayLineJS type / set_TextOverlaySeparator Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_TextOverlaySeparator Method
In This Topic
Sets the separator, which must be inserted between the text overlays.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayLineJS(anchor, textOverlaySeparator, items);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_TextOverlaySeparator(value);

Parameters

value
Default value is space character (" ").
Browser Compatibility
56+
45+
11
See Also