Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadOptions Class : UseWriteableBitmap Property |
public bool UseWriteableBitmap {get; set;}
'Declaration
Public Property UseWriteableBitmap As Boolean
'Usage
Dim instance As CodecsLoadOptions Dim value As Boolean instance.UseWriteableBitmap = value value = instance.UseWriteableBitmap
public bool UseWriteableBitmap {get; set;}
<br/>get_UseWriteableBitmap();<br/>set_UseWriteableBitmap(value);<br/>Object.defineProperty('UseWriteableBitmap');
This property is only supported in Silverlight versions of LEADTOOLS.
Setting this property to true can speed up image loading, image processing and image display by using a Silverlight WriteableBitmap object for storing the image data.
Setting this property to true will force the image data to be loaded as 32-bit, and will ignore the bitsPerPixel parameter passed to RasterCodecs.Load.