|
PdfFontCollectionRemove Method |
Removes the specified pdf font from the fonts collection.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public void Remove(
PdfFont font
)
Public Sub Remove (
font As PdfFont
)
Parameters
- font
- Type: SelectPdfPdfFont
The font to be removed from the pdf fonts collection.
See Also