Click or drag to resize

TiffFileCodecError Event

This event is used by the TiffFile object to report errors that occur when parsing a TiffDirectory.

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 event CodecErrorEventHandler CodecError

Value

Type: Atalasoft.Imaging.CodecCodecErrorEventHandler
Remarks
The DotImage Tiff decoder is aggressive in suppressing errors encountered while parsing damaged or somewhat malformed Tiff files. Normally these errors are not reported. This event provides a mechanism for an application to record, report, or abort in the event of an error.
See Also