LEADTOOLS Image File Support (Leadtools.Codecs assembly)

StoreDataInImage Property

Show in webframe







Enables or disables the automatic storage of the image data into the Leadtools.RasterImage during a file load process.
Syntax
public bool StoreDataInImage {get; set;}
'Declaration
 
Public Property StoreDataInImage As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.StoreDataInImage = value
 
value = instance.StoreDataInImage
public bool StoreDataInImage {get; set;}
@property (nonatomic, assign) BOOL storeDataInImage;
public boolean getStoreDataInImage()
public void setStoreDataInImage(boolean value)
            
 
get_StoreDataInImage();
set_StoreDataInImage(value);
Object.defineProperty('StoreDataInImage');
public:
property bool StoreDataInImage {
   bool get();
   void set (    bool value);
}

Property Value

true to have Leadtools store the loaded image data into the Leadtools.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

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.