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

    Return Value

    The separator, which must be inserted between the text overlays.
    Browser Compatibility
    56+
    45+
    11
    See Also