Visual Basic (Declaration) | |
---|---|
Public Property StoreDataInImage As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool StoreDataInImage {get; set;} |
Return Value
true to have Leadtools store the loaded image data into the RasterImage, false to disable it.For an example, refer to AllocateImage.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family