Click or drag to resize

TiffEncoderTiffTags Property

Gets or sets a collection of TIFF Tags that will be encoded with the image when writing.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TiffTagCollection TiffTags { get; set; }

Property Value

Type: TiffTagCollection
A collection of TIFF Tags that will be encoded with the image when writing.
Remarks

Not all TIFF Tags are supported. See TIFF Tags for a list of supported tags. Some standard tags included in this list would be dangerous to modify and will be ignored if an attempt is made to add them. Those exceptions include:

IMAGEWIDTH, IMAGELENGTH, BITSPERSAMPLE, COMPRESSION, PHOTOMETRIC, STRIPOFFSETS, SAMPLESPERPIXEL, ROWSPERSTRIP, STRIPBYTECOUNTS, PLANARCONFIG, JPEGTABLES, JPEGPROC, JPEGIFOFFSET, JPEGIFBYTECOUNT, JPEGRESTARTINTERVAL, JPEGLOSSLESSPREDICTORS, JPEGPOINTTRANSFORM, JPEGQTABLES, JPEGDCTABLES, JPEGACTABLES, YCBCRCOEFFICIENTS, YCBCRSUBSAMPLING, YCBCRPOSITIONING

For more comprehensive TIFF Tag handling, see the TiffFile class in the Atalasoft.dotImage assembly.

See Also