Click or drag to resize

ExifParserCodecError Event

This event is used by the ExifParser object to report errors that occur when parsing an image.

Namespace:  Atalasoft.Imaging.Metadata
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 EXIF Parser is aggressive in suppressing errors encountered while parsing damaged or somewhat malformed 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