GDI printing enhancement: //IMAGE directive now supports an optional page number for selecting the page within a multi-page TIF file:
//IMAGE, imagespec, left, top, right, bottom {,flags, borderwidth, imagespec2, rotation, pageno}
The pageno parameter is optional; first page is considered 1, but 0 or nothing is treated the same as 1.
Note that to use APEX as a multi-page TIF image viewer, you would need to first use the AUI_IMAGE IMGOP_PAGEINFO operation (see above) to determine the number of pages, then generate a series of //IMAGE directives, one for each page, probably separated by page breaks.