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
Syntaxpublic uint[] SmaxSampleValue { get; set; }
Public Property SmaxSampleValue As UInteger()
Get
Set
public:
property array<unsigned int>^ SmaxSampleValue {
array<unsigned int>^ get ();
void set (array<unsigned int>^ value);
}
member SmaxSampleValue : uint32[] with get, set
Property Value
Type:
UInt32
The max sample value.
See Also