C#
VB
C++
Gets or sets a flag that indicates the channel to process.
[DataMemberAttribute(Name="Channel", IsRequired=true)]
public IntensityDetectCommandFlags Channel { get; set; }
<DataMemberAttribute(Name="Channel", IsRequired=True)>
Public Property Channel As Leadtools.Services.Imageprocessing.Datacontracts.IntensityDetectCommandFlags
[DataMemberAttribute(Name="Channel", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.IntensityDetectCommandFlags Channel {
Leadtools.Services.Imageprocessing.Datacontracts.IntensityDetectCommandFlags get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.IntensityDetectCommandFlags );
}
Value that indicates the channel to process.
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