C#
VB
C++
Gets or sets the channel for which to get the information.
[DataMemberAttribute(Name="Channel", IsRequired=true)]
public RasterColorChannel Channel { get; set; }
<DataMemberAttribute(Name="Channel", IsRequired=True)>
Public Property Channel As Leadtools.Services.Imageprocessing.Datacontracts.RasterColorChannel
[DataMemberAttribute(Name="Channel", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.RasterColorChannel Channel {
Leadtools.Services.Imageprocessing.Datacontracts.RasterColorChannel get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.RasterColorChannel );
}
The channel to get the information from. This value is ignored if the image is 12 or 16-bit grayscale.
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