←Select platform

StoreDataInImage Property

Summary

Enables or disables the automatic storage of the image data into the RasterImage during a file load process.

Syntax
C#
VB
Objective-C
C++
Java
public bool StoreDataInImage { get; set; } 
Public Property StoreDataInImage As Boolean 
@property (nonatomic, assign) BOOL storeDataInImage 
public boolean getStoreDataInImage() 
public void setStoreDataInImage(boolean value) 
public: 
property bool StoreDataInImage { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to have LEADTOOLS store the loaded image data into the RasterImage, false to disable it.

Remarks

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.

Example

For an example, refer to AllocateImage.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly