TiffEncoder Properties |
The TiffEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
| Append | Get or sets a value indicating if the image should be appended to the end of an existing file. | |
| Compression | Gets or sets a value indicating the compression algorithm used when encoding to a file. | |
| IptcTags | Gets or sets IPTC Metadata that will be saved with the image. | |
| JpegQuality | Gets or sets the quality level used when saving the image. | |
| PhotoshopResources | Gets or sets Photoshop resources to be saved with the image. | |
| SaveRichTiffIptc | Gets or sets a value indicating that IPTC data will be stored in the TIFFTAG_RICHTIFFIPTC Tag rather than
the TIFFTAG_PHOTOSHOP tag. | |
| StripSize | Gets or sets the strip size used when saving the image. | |
| SupportedPixelFormats | Returns an array of pixel formats supported by this encoder. (Overrides ImageEncoderSupportedPixelFormats.) | |
| TiffTags | Gets or sets a collection of TIFF Tags that will be encoded with the image when writing. | |
| TileSize | Gets or sets the size of tiles that are saved when WriteTiled is true.
| |
| UseLzwPredictor | Gets or sets a value indicating LZW predictor. | |
| UseOldJpegCompression | Obsolete. When true, JPEG compression will generate old style JPEG in TIFF compression (compression value 6).
| |
| WriteImageColorProfile | Controls how the TiffEncoder writes color profiles. | |
| WriteTiled | Gets or sets a value that when true, will cause TIFF images to be encoded tiled. | |
| Xmp | Gets or sets XMP data to encode with the image. |