VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type / set_Italic Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Italic Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_Italic(value);
    
    
    function set_Italic(
    value
    True - font is italic; False - font is not italic.
    : boolean
    ) : any;

    Parameters

    value
    True - font is italic; False - font is not italic.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also