ImageGear .NET v25.2 - Updated
Developer Guide / How to Work with... / SVG and Other Vector Formats / ImGearVectPage / Disposal of Vector Data
In This Topic
    Disposal of Vector Data
    In This Topic

    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.