XReadOptions Dispose Function. Dispose of the object. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Dispose of the object.

 

   
Syntax  

[C#]
void Dispose()

[Visual Basic]
Sub Dispose()

 

   

Params
 
Name Description
none  

 

   

Notes
 

You can call this method to explicitly dispose of an object and reduce the garbage collection overhead.

This method disposes of the Operation.

Do not attempt to use an object after calling Dispose.

 

   

Example
 

None.