Visual Basic (Declaration) | |
---|---|
Public Property StoreDataInImage As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsLoadOptions Dim value As Boolean instance.StoreDataInImage = value value = instance.StoreDataInImage |
C# | |
---|---|
public bool StoreDataInImage {get; set;} |
Property Value
true to have Leadtools store the loaded image data into the Leadtools.RasterImage, false to disable it.For an example, refer to CodecsLoadOptions.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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)