ImageGear .NET - Updated
Disposal of Vector Data
User Guide > How to Work with... > SVG and Other Vector Formats > ImGearVectPage > Disposal of Vector Data

ImGearVectorData class provides a standard .NET Dispose method. It's recommended that you call this method whenever vector data is no longer needed, such as when a vector drawing is being unloaded or replaced. If the Dispose method is not called, the vector data will consume memory until .NET garbage collection occurs.