ImageGear for .NET
Max Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearChannelStatistics Structure : Max Property




Glossary Item Box

Gets or sets a 32-bit integer, representing max value of the channel.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

32-bit Integer number.

Remarks

This property represents the 32-bit integer maximum value of the image channel. Internal value is stored as a 64-bit integer. If the stored number exceeds the 32-bit integer range, an attempt to get the Max property throws ImageGear.Core.ImGearErrorCodes.PARAMETER_HAS_INVALID_VALUE exception.

Use Max64 property if you are working with 32-bit per channel images.

See Also

©2013. Accusoft Corporation. All Rights Reserved.