Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Fonts.FontModel
FontModel.Path Property
The path of the TrueType file of this font.
csharp
public string Path { get; set; }
Property Value
Remarks
When using TrueType collection fonts, you can specify the name of the font like this:
csharp
"c:\windows\fonts\myfont.ttf?MyFontBold"
Within a web application a relative path will be mapped relative to the web application root using MapPath.