Removes the specified font from the fonts collection.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public void Remove( PdfFont font ) |
| Visual Basic |
|---|
Public Sub Remove ( font As PdfFont ) |
| Visual C++ |
|---|
public: void Remove( PdfFont^ font ) |
Parameters
- font
- Type: EvoPdf..::..PdfFont
The font to be removed from collection.