[This is preliminary documentation and is subject to change.]

Absolute or virtual path to the folder containing fonts. Leave empty to use the systems font folder. (default = empty)

Namespace: TallComponents.Web
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

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