Click or drag to resize

McImageStorage Interface

The McImageStorage object is used store spooled out image data.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McImageStorage
	Inherits IMcImageStorage
Remarks
The McImageStorage object hosts an IMcImageStorage interface for the purpose of spooling out unlocked image data to free up memory. The IMcImageStorage interface is also exposed by some McStream instances (accessable via QueryInterface); these instances of IMcImageStorage are effectively pre-filled spooled out data.
See Also