|
PdfFontCollectionAdd(PdfFont) Method
|
Adds a pdf font to the pdf fonts collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfFont Add(
PdfFont font
)
Public Function Add (
font As PdfFont
) As PdfFont
Parameters
- font PdfFont
- The pdf font object to be add to the collection.
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