Click or drag to resize

TiffFileOnError Method

Fires the Error event

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
protected virtual void OnError(
	CodecErrorEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.CodecCodecErrorEventArgs
A CodecErrorEventArgs object specifying the error
See Also