TiffOptionsSmaxSampleValue Property

Gets or sets the max sample value. The value has a field type which best matches the sample data (Byte, Short or Long type).

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

Property Value

Type: UInt32
The max sample value.
See Also