Click or drag to resize

TiffDirectoryAllowVitalTagChanges Property

Sets or gets a flag determining if changes should be allowed in vital TIFF tags.

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

Property Value

Type: Boolean
True if client code is allowed to change vital tags
Remarks

When certain tags are modified indiscriminantly, it is possible to permanently damage a TIFF file. In dotImage 5.0 and earlier, it was not possible to modify these tags as doing so was considered an error.

In the 6.0 and above, these tags are now accessible. The list of vital tags includes:

Strip Byte Counts, Strip Offsets, Tile Byte Counts, Tile Offsets, Bits Per Sample, Rows Per Strip

See Also