HtmlSaveOptions.FontFaceTypes Property

Aspose.Note for .NET API

HtmlSaveOptionsFontFaceTypes Property

Gets or sets the font face types.

Namespace:  Aspose.Note.Saving
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public FontFaceType FontFaceTypes { get; set; }
Public Property FontFaceTypes As FontFaceType
	Get
	Set
public:
property FontFaceType FontFaceTypes {
	FontFaceType get ();
	void set (FontFaceType value);
}
member FontFaceTypes : FontFaceType with get, set

Property Value

Type: FontFaceType
The font face types.
See Also