|
PdfDocumentAddFont(String) Method
|
Adds a system font to the pdf fonts collection. The font is loaded from the specified file.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfFont AddFont(
string fontFileName
)
Public Function AddFont (
fontFileName As String
) As PdfFont
Parameters
- fontFileName String
- The file name of the font to be added.
Return Value
PdfFontThe pdf font added to the fonts collection.
Remarks
If the font was already added, the method returns the existing pdf font.
See Also