The following tables list the members exposed by CodecsTiffSaveOptions.
| Name | Description | |
|---|---|---|
| ImageFileDirectoryOffset | Gets or sets the offset within a TIFF file where a page starts. |
| NoLzwAutoClear | Gets a value indicating whether to automatically insert CLEAR codes during LZW compression. |
| NoPageNumber | Enables or disables updating the PageNumber tag associated with the pages of a multipage TIFF file. |
| NoPalette | Enables or disables saving a TIFF file as grayscale, without a palette. |
| NoSubFileType | Enables or disables writing a subfile type TIFF tag when writing any TIFF file. |
| PhotometricInterpretation | Gets or sets the Photometric Interpretation. |
| PreservePalette | Enables and disables preservation of the palette when saving TIFF CCITT files. |
| SavePlanar | Gets a value indicating whether to save CMYK TIFF data as planar. |
| TileHeight | Gets or sets the height of the tile to use when saving TIFF files. |
| TileWidth | Gets or sets the width of the tile to use when saving TIFF files. |
| UseImageFileDirectoryOffset | Enables or disables using the IFD offset. |
| UsePhotometricInterpretation | Enables or disables using Photometric Interpretation when saving TIFF files. |
| UsePredictor | Gets a value indicating whether to use a predictor when saving LZW data. |
| UseTileSize | Enables and disables using the tile size when saving TIFF images. |