FontSavingArgs.IsBold Property

Aspose.Note for .NET API

FontSavingArgsIsBold Property

Gets a value indicating whether font under saving is bold.

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

Property Value

Type: Boolean
See Also