|
ReaderObjBitmapCacheOption Property |
Gets or sets a BitmapCacheOption that is used when creating bitmaps from files. Default value is OnLoad that caches the image in memory at load time (this does not lock the image file name).
Namespace: Ab3dAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public BitmapCacheOption BitmapCacheOption { get; set; }
Property Value
BitmapCacheOptionSee Also