Changes in behavior
This section provides information about significant changes and deprecated features in Tungsten OmniPage Capture SDK 2025.3.
1. Objects API: Bitmap parameter replaced
With CSDK for Linux 2025.3, Objects API now uses the SKBitmap type for all in and out parameters, replacing the Bitmap type.
For example:
SKBitmap bitmap = page[IMAGEINDEX.II_CURRENT].GetImageArea(rect, out pImg);
Bitmap bmp = SkiaSharp.Views.Desktop.Extensions.ToBitmap(bitmap);