StreamFontSourceType Property |
Returns the type of the font source.
Namespace:
Aspose.Words.Fonts
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic override sealed FontSourceType Type { get; }
Public Overrides NotOverridable ReadOnly Property Type As FontSourceType
Get
public:
virtual property FontSourceType Type {
FontSourceType get () override sealed;
}
abstract Type : FontSourceType with get
override Type : FontSourceType with get
Property Value
Type:
FontSourceType
See Also