VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_TextBlockFontDefaultValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_TextBlockFontDefaultValue Method
    In This Topic
    Gets or sets the default font for a text block.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebVintasoftFontPropertiesJS
    
    returnValue = instance.set_TextBlockFontDefaultValue(value);
    
    
    function set_TextBlockFontDefaultValue(
    value
    The value of set property.
    : WebVintasoftFontPropertiesJS
    ) : any;

    Parameters

    value
    The value of set property.
    Browser Compatibility
    56+
    45+
    11
    See Also