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.
public ColorThresholdCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Color.ColorThresholdCommandFlags
public Leadtools.Imageprocessing.Color.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 Leadtools.Imageprocessing.Color.ColorThresholdCommandFlags Flags {
Leadtools.Imageprocessing.Color.ColorThresholdCommandFlags get();
void set ( Leadtools.Imageprocessing.Color.ColorThresholdCommandFlags );
}
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.
Refer to ColorThresholdCommand.
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