 |
PdfDocumentAddFont(PdfStandardFont) Method |
Adds a standard font to the pdf fonts collection.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfFont AddFont(
PdfStandardFont stdFont
)
Public Function AddFont (
stdFont As PdfStandardFont
) As PdfFont
Parameters
- stdFont PdfStandardFont
- The standard font family.
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