In Silverlight versions of LEADTOOLS, some of the LEADTOOLS image processing commands will fail if the image data for the RasterImage object is stored internally using a Silverlight WriteableBitmap object. LEADTOOLS will attempt to store the image data using a WriteableBitmap if you use either the RasterCodecs.CodecsLoadOptions.UseNativeLoad or RasterCodecs.CodecsLoadOptions.UseWriteableBitmap properties. To determine whether the image data was successfully stored using a WriteableBitmap, use the RasterImage.IsGlobal property.
The following image processing commands will throw an exception if the RasterImage.IsGlobal property is True in Silverlight versions of LEADTOOLS:
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