FontCollectionRemove Method |
Removes the specified font from the fonts collection.
Namespace: ExpertPdf.PdfCreatorAssembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntaxpublic void Remove(
PdfFont font
)
Public Sub Remove (
font As PdfFont
)
Parameters
- font
- Type: ExpertPdf.PdfCreatorPdfFont
The font to be removed from collection.
See Also