C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that represents the threshold at or above which colors are to be inverted.
public int Threshold { get; set; }
Public Property Threshold As Integer
public int Threshold {get; set;}
@property (nonatomic, assign) NSUInteger threshold
public int getThreshold()
public void setThreshold(int value)
<br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');
The valid range is from 0 - 65535 for 64-bit, 48-bit and 16-bit grayscale images and from 0 - 4095 for 12-bit grayscale images. Otherwise, it is from 0 to 255.
Refer to SolarizeCommand.
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