| 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.PSD.ImageOptionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
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