LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

StoreDataInImage Property






Enables or disables the automatic storage of the image data into the Leadtools.RasterImage during a file load process. .NET support WinRT support Silverlight support
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;}
 get_StoreDataInImage();
set_StoreDataInImage(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.