I am having an issue with TIFF images not displaying correctly in all viewers. The images are B/W 200 DPI CCITT 4 Fax Compressed. They display fine in Corel's Paint Shop Pro 2 but not in any other viewer. In all the other viewers they are showing reversed (W/B). I am using Virtual Print Engine v6.00 SDK Windows x86 32-Bit Ansi Enterprise Edition. Below are the parameters I am setting for the export.
* Configure TIFF
.PictureType = PIC_TYPE_TIFF
.PictureExportDither = PICEXP_DITHER_MONO
.TIFFExportOptions = PICEXP_TIFF_APPEND + PICEXP_TIFF_CCITTFAX4
.SetPictureDefaultDPI(200, 200)