ThrowExceptions

TiffStreamReader.ThrowExceptions property

Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream).

public bool ThrowExceptions { get; set; }

Property Value

true if exceptions are thrown on incorrect data processing; otherwise, the error conditions are silently ignored.

See Also