VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_TextOverlayDefaultFontProperties Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_TextOverlayDefaultFontProperties Method
    In This Topic
    Sets the default font properties for TextOverlay property.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebVintasoftFontPropertiesJS
    
    returnValue = instance.set_TextOverlayDefaultFontProperties(value);
    
    
    function set_TextOverlayDefaultFontProperties(
    value
    The text overlay font properties.
    : WebVintasoftFontPropertiesJS
    ) : any;

    Parameters

    value
    The text overlay font properties.
    Browser Compatibility
    56+
    45+
    11
    See Also