Gets or sets a value that indicates the threshold for modifying the original value of the pixel.
[DataMemberAttribute(Name="Threshold", IsRequired=true)]
public int Threshold { get; set; }
<DataMemberAttribute(Name="Threshold", IsRequired=True)>
Public Property Threshold As Integer
[DataMemberAttribute(Name="Threshold", IsRequired=true)]
public:
property int Threshold {
int get();
void set ( int );
}
Value that indicates the threshold for modifying the original value of the pixel. If the difference in the original pixel value and the blurred pixel value is greater than the threshold value, the original pixel value will be modified.
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