VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type / get_Italic Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Italic Method
    In This Topic
    Gets a value that indicates whether the font is italic.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
    
    var value; // Type: boolean
    value = instance.get_Italic();
    
    
    function get_Italic() : boolean;
    

    Return Value

    True - font is italic; False - font is not italic.
    Browser Compatibility
    56+
    45+
    11
    See Also