ASP.NET Pack Programmer's Guide
PdfExporter.FontCachePath Property
See Also
 





Specifies the path to a file that contains font metrics records.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public string FontCachePath { get; set; }

Visual Basic  Copy Code

Public Property FontCachePath As String

 Property Value

A string specifying the full path to pdflib-fontrecords.xml.

 Remarks

This property must be set if SuppressUnmanagedCode is disabled.

 See Also

PdfExporter Members
PdfExporter Class
MindFusion.Diagramming.Export Namespace