Gets or sets the behavior of the command.
public ColorResolutionCommandMode Mode { get; set; }
Public Property Mode As Leadtools.Imageprocessing.ColorResolutionCommandMode
public Leadtools.Imageprocessing.ColorResolutionCommandMode Mode {get; set;}
@property (nonatomic, assign) LTColorResolutionCommandMode mode
public ColorResolutionCommandMode getMode()
public void setMode(ColorResolutionCommandMode value)
<br/>get_Mode();<br/>set_Mode(value);<br/>Object.defineProperty('Mode');
public:
property Leadtools.Imageprocessing.ColorResolutionCommandMode Mode {
Leadtools.Imageprocessing.ColorResolutionCommandMode get();
void set ( Leadtools.Imageprocessing.ColorResolutionCommandMode );
}
ColorResolutionCommandMode enumeration value that control the behavior of the command.
The ColorResolutionCommand can convert an image in place, can create a new image for the conversion or can be used to get the converted data only. The Mode property controls what happens when the Run method is executed.
For more information, refer to ColorResolutionCommandMode.
For an example, refer to ColorResolutionCommand
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