In Silverlight and Windows Phone 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 if the image data is 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 and Windows Phone versions of LEADTOOLS: