The Channel Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a flag that indicates the channel to process.| Visual Basic (Declaration) | |
|---|---|
Public Property Channel As IntensityDetectCommandFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IntensityDetectActivity Dim value As IntensityDetectCommandFlags instance.Channel = value value = instance.Channel | |
| C# | |
|---|---|
public IntensityDetectCommandFlags Channel {get; set;} | |
| C++/CLI | |
|---|---|
public: property IntensityDetectCommandFlags Channel { IntensityDetectCommandFlags get(); void set ( IntensityDetectCommandFlags value); } | |
Property Value
Value that indicates the channel to process.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code