VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMeasurementJS type / get_MeasuringTextTemplate Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MeasuringTextTemplate Method
    In This Topic
    Gets the text block template for measurement result.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
    
    var value; // Type: string
    value = instance.get_MeasuringTextTemplate();
    
    
    function get_MeasuringTextTemplate() : string;
    

    Return Value

    The text block template for measurement result.
    Browser Compatibility
    56+
    45+
    11
    See Also