TiffOptions.MinSampleValue

TiffOptions.MinSampleValue property

Gets or sets the min sample value.

public ushort[] MinSampleValue { get; set; }

Property Value

The min sample value.

Exceptions

exceptioncondition
ArgumentNullExceptionvalue
ArgumentOutOfRangeExceptionvalue;The array length must correspond to the samples per pixel count.

See Also