Indicates whether to use a Silverlight WriteableBitmap object for storing the image data.
public bool UseWriteableBitmap { get; set; }
Public Property UseWriteableBitmap As Boolean
public bool UseWriteableBitmap {get; set;}
<br/>get_UseWriteableBitmap();<br/>set_UseWriteableBitmap(value);<br/>Object.defineProperty('UseWriteableBitmap');
true to use a Silverlight WriteableBitmap object for storing the image data; false otherwise.
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.
RasterMemoryFlags.WriteableBitmap
RasterImageConverter.ConvertToSource
ConvertToSourceOptions.AutoDetectAlpha
ConvertFromSourceOptions.AutoDetectAlpha
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET