FontCollectionRemove Method
Removes the specified font from the fonts collection.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public void Remove(
PdfFont font
)
Public Sub Remove (
font As PdfFont
)
Parameters
- font PdfFont
- The font to be removed from collection.