C#
VB
C++
Gets the maximum value found.
[DataMemberAttribute(Name="Maximum", IsRequired=true)]
public int Maximum { get; set; }
<DataMemberAttribute(Name="Maximum", IsRequired=True)>
Public Property Maximum As Integer
[DataMemberAttribute(Name="Maximum", IsRequired=true)]
public:
property int Maximum {
int get();
void set ( int );
}
Gets the Maximum value found.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET