VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayJS type / set_FontProperties Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_FontProperties Method
    In This Topic
    Sets the font, which must be used for drawing the text.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayJS(anchor);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebVintasoftFontPropertiesJS
    
    returnValue = instance.set_FontProperties(value);
    
    
    function set_FontProperties(
    value
    The font, which must be used for drawing the text. Default value is Arial, size is 12.
    : WebVintasoftFontPropertiesJS
    ) : any;

    Parameters

    value
    The font, which must be used for drawing the text. Default value is Arial, size is 12.
    Browser Compatibility
    56+
    45+
    11
    See Also