 | Converts PCD images to same format as all other file types.
All functions previously available for non-PCD images now operate on PCD images. |
 | Added Scale-to-gray property. This enhances bitonal images
for improved appearance on display and print. |
 | Added rectangle properties for specifying source and
destination rectangles for printing. This allows the application to control exactly what
part of an image is printed and where it is positioned on the paper. |
 | Added PrintComplete event to allow application to render
its own information to the current printed page. |
 | Added SelectionRectangle event to allow application to know
when and where a selection rectangle has been drawn. This allows the application to do
such things as printing a selection drawn by the user. |
 | Fixed several minor problems in zooming and scaling. |
 | Added double-buffering of images. This greatly improves
scaling performance. |
 | Updated demo application to demonstrate new properties and
events. |