TiffOptionsMinSampleValue Property

Gets or sets the min sample value.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public ushort[] MinSampleValue { get; set; }

Property Value

Type: UInt16
The min sample value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue
ArgumentOutOfRangeExceptionvalue;The array length must correspond to the samples per pixel count.
See Also