TiffOptionsMinSampleValue Property |
Gets or sets the min sample value.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort[] MinSampleValue { get; set; }
Public Property MinSampleValue As UShort()
Get
Set
public:
property array<unsigned short>^ MinSampleValue {
array<unsigned short>^ get ();
void set (array<unsigned short>^ value);
}
member MinSampleValue : uint16[] with get, set
Property Value
Type:
UInt16
The min sample value.
ExceptionsException | Condition |
---|
ArgumentNullException | value |
ArgumentOutOfRangeException | value;The array length must correspond to the samples per pixel count. |
See Also