ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearVOIWindow Structure / Max Property




In This Topic
    Max Property (ImGearVOIWindow)
    In This Topic
    Gets Window Maximum value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Max As Integer
    'Usage
     
    Dim instance As ImGearVOIWindow
    Dim value As Integer
     
    value = instance.Max
    public int Max {get;}
    public: __property int get_Max();
    public:
    property int Max {
       int get();
    }

    Property Value

    Any integer number.
    Remarks
    This property returns maximum window value as a 32-bit integer. Please use Max64 property if you are working with 17-32 bit per channel images..
    See Also