|
PdfDocumentAddFont(Font) Method
|
Adds a system font to the pdf fonts collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfFont AddFont(
Font font
)
Public Function AddFont (
font As Font
) As PdfFont
Parameters
- font Font
- The system font to be added to the fonts collection.
Return Value
PdfFontThe pdf font added to the fonts collection.
Remarks
If the font was already added, the method returns the existing font.
By default the font is embedded into the pdf document in order to support Unicode texts.
See Also