C#
VB
C++
Gets or sets a value that represents the highest intensity to detect.
[DataMemberAttribute(Name="HighThreshold", IsRequired=true)]
public int HighThreshold { get; set; }
<DataMemberAttribute(Name="HighThreshold", IsRequired=True)>
Public Property HighThreshold As Integer
[DataMemberAttribute(Name="HighThreshold", IsRequired=true)]
public:
property int HighThreshold {
int get();
void set ( int );
}
Highest intensity to detect. Possible values are from 0 to 255.
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