Table of Contents

Property Directories

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Directories

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

public IEnumerable<string> Directories { get; }

Property Value

IEnumerable<string>

The enumerator for font directory names used by this loader.

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.