Only new feature in ActiveField 5.5 comparing to ActiveField 5.4 is method GetBitmap of a Window interface. Of course, this method is inherited by all the derivative classes from Window.
The GetBitmap method is very similar to GetPicture method of the Window object. It also puts into the Windows clipboard a picture, related to the image in the user area of corresponding window. There are two differences from the method GetPicture:
GetBitmap method puts into the clipboard not vector, but raster picture, in Windows Bitmap (Device independent bitmap) format;
Input parameters of this method define the picture size and color depth.
This provides possibility to acquire, if necessary, the picture with much higher resolution than current display resolution for report or publication materials preparation.