VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebVintasoftFontPropertiesJS type / getSizeInPixels Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getSizeInPixels Method
    In This Topic
    Returns the font size, in pixels.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebVintasoftFontPropertiesJS(name, size, color, isBold, isItalic, isUnderline, isStrikeout);
    
    var value; // Type: number
    value = instance.getSizeInPixels();
    
    
    function getSizeInPixels() : number;
    

    Return Value

    The font size, in pixels.
    Browser Compatibility
    56+
    45+
    11
    See Also