CaptchaImageDispose Method (Boolean) | 
 
            Custom Dispose method to clean up unmanaged resources.
            
 
    Namespace: 
   NetQuarry.Util
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxprotected virtual void Dispose(
	bool disposing
)
Protected Overridable Sub Dispose ( 
	disposing As Boolean
)
Parameters
- disposing
 - Type: SystemBoolean
Dispose of image if true, else don't. 
See Also