VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMeasurementJS type / set_FontProperties Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_FontProperties Method
    In This Topic
    Sets the default font properties.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebVintasoftFontPropertiesJS
    
    returnValue = instance.set_FontProperties(value);
    
    
    function set_FontProperties(
    value
    Default value is null.
    : WebVintasoftFontPropertiesJS
    ) : any;

    Parameters

    value
    Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also