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