I found out what I need to know about ZoomScale. The answer wasn't stated in a manner that allowed people to search for it so for the sake of future visitors, dig in:
the zoomscale property for the imaq image viewer only takes integers where a positve number denotes zooming in or increasing the image size and negative numbers donote zooming out or decreasing the image size. For instance, setting ZoomScale to 2 will increase the image size to 2x. For some given negative number k, the resulting zoom scale will be 1/(-k+1). ie. -1 will give you an image of half the size: (1/(-(-1)+1)).
As for the document, it seems like everyone is talking about it but no one has it, so if you have it, please post it! Thanks.
Message Edited by aroon on 06-13-2005 03:01 PM