C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the color space on which the threshold is based.
public ColorThresholdCommandType ColorSpace { get; set; }
Public Property ColorSpace As Leadtools.Imageprocessing.Color.ColorThresholdCommandType
public Leadtools.Imageprocessing.Color.ColorThresholdCommandType ColorSpace {get; set;}
@property (nonatomic, assign) LTColorThresholdCommandType colorSpace
public ColorThresholdCommandType getColorSpace()
public void setColorSpace(ColorThresholdCommandType value)
<br/>get_ColorSpace();<br/>set_ColorSpace(value);<br/>Object.defineProperty('ColorSpace');
public:
property Leadtools.Imageprocessing.Color.ColorThresholdCommandType ColorSpace {
Leadtools.Imageprocessing.Color.ColorThresholdCommandType get();
void set ( Leadtools.Imageprocessing.Color.ColorThresholdCommandType );
}
Value that represents the color space on which the threshold is based.
Refer to ColorThresholdCommand()
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