Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Finalize Method
See Also 
Leadtools Namespace > RasterImage Class : Finalize Method



This member overrides Finalize.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub Finalize() 
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
 
instance.Finalize()
C# 
protected override void Finalize()
C++/CLI 
protected:
void Finalize(); override 

Example

For an example, refer to RasterImage.

Remarks

The RasterImage class implements the IDisposable interface, it is recommended that you follow the standard .NET dispose pattern when using the RasterImage class. For more information, refer to the IDisposable interface documentation in MSDN, the IsDisposed property and the RasterImage.Disposed event.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also