Click or drag to resize

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)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Dispose of image if true, else don't.
See Also