FontSourcesFontFolders Property |
Folders containing font files.
All font files located in these folders are included in the collection. Folders that are recursively searched.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string[] FontFolders { get; set; }
Public Property FontFolders As String()
Get
Set
public:
virtual property array<String^>^ FontFolders {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
}
abstract FontFolders : string[] with get, set
override FontFolders : string[] with get, set
Property Value
Type:
StringImplements
IFontSourcesFontFolders
See Also