FontCollectionAddRange Method |
Adds a set of fonts to the fonts collection.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic void AddRange(
PdfFont[] fonts
)
Public Sub AddRange (
fonts As PdfFont()
)
Parameters
- fonts PdfFont
- The set of fonts to be added.
See Also