←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
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly