XFont Unload Function. Unloads a font so that it is no longer available. ABCpdf .NET PDF Library.

ABCpdf .net

 
  

Unloads a font so that it is no longer available.

 

  
Syntax 

[C#]
void Unload()

[Visual Basic]
Sub Unload()

 

  

Params
 
NameDescription
none  

 

  

Notes
 

Unloads a font so that it is no longer available.

It is important that you ensure that the fonts is not being used by ABCpdf at the point that it is unloaded. This means you need to consider if other threads might be constructing PDF documents that are making use of the font. Unloading a font which is in use may result in unpredictable behavior or output.

 

  

Example
 

None.