SystemFontLoader.Directories Property

Exposes the enumerator for font directory names used by this loader.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public IEnumerable<string> Directories { get; }
VB
Public ReadOnly Property Directories As IEnumerable(Of String)
	Get

Property Value

Type: IEnumerable<String>

Remarks

The names can be used to set up a file watcher or for other purposes.

If you set up a file watcher for any of the directories, you might want to call Reset() method when there is a change.

See Also