FontSavingArgs.IsItalic Property

Aspose.Note for .NET API

FontSavingArgsIsItalic Property

Gets a value indicating whether font under saving is italic.

Namespace:  Aspose.Note.Saving.Html
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public bool IsItalic { get; }
Public ReadOnly Property IsItalic As Boolean
	Get
public:
property bool IsItalic {
	bool get ();
}
member IsItalic : bool with get

Property Value

Type: Boolean
See Also