The path of the TrueType file of this font.

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

Syntax

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

Remarks

Note that this functionality is available in the Professional edition only.

When using TrueType collection fonts, you can specify the name of the font like this:

CopyC#
"c:\windows\fonts\myfont.ttf?MyFontBold"
Within a web application a relative path will be mapped relative to the web application root using MapPath.

See Also