 |
PdfFontCollectionRemove Method |
Removes the specified pdf font from the fonts collection.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic void Remove(
PdfFont font
)
Public Sub Remove (
font As PdfFont
)
Parameters
- font PdfFont
- The font to be removed from the pdf fonts collection.
See Also