The path of the TrueType file of this font.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

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

Remarks

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