For a list of all members of this type, see SaveOptionsTiff members.
Public Properties
| Name | Description |
| ByteOrder | Gets and sets the TIFF byte order to use when saving the image to a TIFF file. |
| ColorSpace | Gets and sets the color space of the TIFF image being saved. |
| Compression | Gets and sets the compression for the TIFF file being saved. The supported values are Rle, Lzw, Packbits, Deflate, Group3Fax1d, Group3Fax2d, Group4, Jpeg, Jpeg7, or no compression. |
| IFDOffset | Gets and sets the location to append the next TIFF page when the UseIFDOffset property is set to true. |
| MultiPage | Gets and sets if the image is being saved to a multi-page file. |
| RowsPerStrip | Gets and sets the number of rows to save in each strip of a TIFF file. |
| UseCmyk | Gets and sets whether the CMYK color space is used. |
| UseIFDOffset | Gets and sets if TIFF files are set for fast saving of multi-page files. |
Top
See Also