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

Show in webframe

Flags Property (ColorThresholdCommandComponent)








Gets or sets values that represent the treatment of the values within the threshold range, the treatment of a pixel that falls on the threshold and new values for rejected values.
Syntax
public ColorThresholdCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ColorThresholdCommandFlags
'Usage
 
Dim instance As ColorThresholdCommandComponent
Dim value As ColorThresholdCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public ColorThresholdCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTColorThresholdCommandFlags flags
public int getFlags()
public void setFlags(int value)
            
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property ColorThresholdCommandFlags Flags {
   ColorThresholdCommandFlags get();
   void set (    ColorThresholdCommandFlags value);
}

Property Value

Values that represent the treatment of the values within the threshold range, the treatment of a pixel that falls on the threshold and new values for rejected values.
Example
Refer to ColorThresholdCommand.
Requirements

Target Platforms

See Also

Reference

ColorThresholdCommandComponent Class
ColorThresholdCommandComponent Members

Error processing SSI file