Specifies the path to a file that contains font metrics records.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Pdf
SyntaxC#
Copy Code
|
|---|
public string FontCachePath { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontCachePath As String |
A string specifying the full path to pdflib-fontrecords.xml.
RemarksThis property must be set if SuppressUnmanagedCode is disabled.
See Also