Gets a value that indicates whether the font is italic.
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.