'Declaration Public Property FontDirectory As System.String
public System.string FontDirectory {get; set;}
Setting FontCollection to a not null value makes this property unusable.
In a Windows environment both FontCollection and FontDirectory can be null, in which case Windows system fonts will be used. In a non-Windows environment not specifying these properties may cause the rendering to fail.
'Declaration Public Property FontDirectory As System.String
public System.string FontDirectory {get; set;}