|
PdfFontCollectionAdd(PdfFont) Method
|
Adds the specified array of pdf fonts to the pdf document fonts collection.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic void Add(
PdfFont[] fonts
)
Public Sub Add (
fonts As PdfFont()
)
Parameters
- fonts PdfFont
- The pdf fonts to be added to the collection.
See Also