C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a flag that indicates the channel to process.
public IntensityDetectCommandFlags Channel { get; set; }
Public Property Channel As Leadtools.Imageprocessing.Color.IntensityDetectCommandFlags
public Leadtools.Imageprocessing.Color.IntensityDetectCommandFlags Channel {get; set;}
@property (nonatomic, assign) LTIntensityDetectCommandFlags channel
public int getChannel()
public void setChannel(int value)
<br/>get_Channel();<br/>set_Channel(value);<br/>Object.defineProperty('Channel');
public:
property Leadtools.Imageprocessing.Color.IntensityDetectCommandFlags Channel {
Leadtools.Imageprocessing.Color.IntensityDetectCommandFlags get();
void set ( Leadtools.Imageprocessing.Color.IntensityDetectCommandFlags );
}
Value that indicates the channel to process.
Refer to IntensityDetectCommand.
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