PDFReaderControls.NET Professional Type Reference

Font.Path Property

The path of the TrueType file of this font.

public string Path {get; set;}

Remarks

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

"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

Font Class | TallComponents.PDF.Fonts Namespace