Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Channel Property (IntensityDetectCommand)








Gets or sets a flag that indicates the channel to process.
Syntax
public IntensityDetectCommandFlags Channel {get; set;}
'Declaration
 
Public Property Channel As IntensityDetectCommandFlags
'Usage
 
Dim instance As IntensityDetectCommand
Dim value As IntensityDetectCommandFlags
 
instance.Channel = value
 
value = instance.Channel
public 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 IntensityDetectCommandFlags Channel {
   IntensityDetectCommandFlags get();
   void set (    IntensityDetectCommandFlags value);
}

Property Value

Value that indicates the channel to process.
Example
Refer to IntensityDetectCommand.
Requirements

Target Platforms

See Also

Reference

IntensityDetectCommand Class
IntensityDetectCommand Members

Error processing SSI file