Property MaxSampleValue
- Namespace
- Aspose.CAD.ImageOptions
- Assembly
- Aspose.CAD.dll
MaxSampleValue
Gets or sets the max sample value.
public ushort[] MaxSampleValue { get; set; }
Property Value
- ushort[]
The max sample value.
Exceptions
- ArgumentNullException
value
- ArgumentOutOfRangeException
value;The array length must correspond to the samples per pixel count.