TiffOptions.MaxSampleValue

TiffOptions.MaxSampleValue property

Gets or sets the max sample value.

public ushort[] MaxSampleValue { get; set; }

Property Value

The max sample value.

Exceptions

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

See Also