Hi smwtcool,
You didn't mention what development environment you were using, but the method you want to use is pretty much the same. In LabVIEW, you'll want to use the property node to adjust the "Start Field" and "Acquire Field" properties. If you are using C/C++, use imgSetAttribute to adjust the IMG_ATTR_START_FIELD and IMG_ATTR_ACQUIRE_FIELD.
The acquire field is which of the two fields is acquired first. The start field is which field is displayed as the top line of the image. It sounds like for your application you'll want to set both of these to even.
Good luck,
Jeff