VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiPropertyGridPanelJS type / set_SupportedFontFamilies Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SupportedFontFamilies Method
    In This Topic
    Sets a string array that contains names of supported font families.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiPropertyGridPanelJS(propertyGrid, settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string[]
    
    returnValue = instance.set_SupportedFontFamilies(value);
    
    
    function set_SupportedFontFamilies(
    value
    A string array that contains names of supported font families.
    : string[]
    ) : any;

    Parameters

    value
    A string array that contains names of supported font families.
    Exceptions
    ExceptionDescription
    Thrown if argument is not a string array.
    Browser Compatibility
    56+
    45+
    11
    See Also