Enum BitmapCreateCacheOption
Specifies the desired cache usage.
public enum BitmapCreateCacheOption
Fields
CacheOnDemand = 1
Cache the bitmap when needed.
CacheOnLoad = 2
Cache the bitmap at initialization.
NoCache = 0
Do not cache the bitmap.
Remarks
The CreateBitmap of the ImagingFactory interface does not support WICBitmapNoCache when the pixelFormat is a native pixel format provided by Windows Imaging Component (WIC).