Enables or disables the automatic storage of the image data into the RasterImage during a file load process.
public bool StoreDataInImage { get; set; }
Public Property StoreDataInImage As Boolean
public bool StoreDataInImage {get; set;}
@property (nonatomic, assign) BOOL storeDataInImage
public boolean getStoreDataInImage()
public void setStoreDataInImage(boolean value)
<br/>get_StoreDataInImage();<br/>set_StoreDataInImage(value);<br/>Object.defineProperty('StoreDataInImage');
true to have LEADTOOLS store the loaded image data into the RasterImage, false to disable it.
If you do not allow LEADTOOLS to allocate the memory for the storage of the image data, then you should process the data manually using the RasterCodecs.LoadImage event.
For an example, refer to AllocateImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET