CacheData

SvgImage.CacheData method

Cache the data and guarantee that there will be no further loading of data from the underlying DataStreamContainer. This optimization enhances performance by eliminating redundant data retrieval operations, especially beneficial in scenarios requiring frequent access to the image data.

public override void CacheData()

See Also