public bool StoreDataInImage { get; set; }
Public Property StoreDataInImage As Boolean
@property (nonatomic, assign) BOOL storeDataInImage
public boolean getStoreDataInImage()
public void setStoreDataInImage(boolean value)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document