FontCollectionAddRange Method |
Adds a set of fonts to the fonts collection.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public void AddRange(
PdfFont[] fonts
)
Public Sub AddRange (
fonts As PdfFont()
)
Parameters
- fonts
- Type: ExpertPdf.PdfCreatorPdfFont
The set of fonts to be added.
See Also