Absolute or virtual path to the folder containing fonts. Leave empty to use the systems font folder.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public string FontPath { get; set; }
Visual Basic
Public Property FontPath As String
	Get
	Set

Remarks

The system font folder may not be accessible during web requests if the anonymous user (IUSR_xxxx) does not have read access to this folder. Clone the required fonts into a different folder within the website instead.

See Also