LoadOptionsFontDirectories Property |
List of font directories to load custom fonts from
Namespace: GroupDocs.Annotation.OptionsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic List<string> FontDirectories { get; set; }
Public Property FontDirectories As List(Of String)
Get
Set
public:
property List<String^>^ FontDirectories {
List<String^>^ get ();
void set (List<String^>^ value);
}
member FontDirectories : List<string> with get, set
Property Value
Type:
ListString
See Also