Leadtools.ImageProcessing Namespace > ColorResolutionCommand Class : Mode Property |
public ColorResolutionCommandMode Mode {get; set;}
'Declaration Public Property Mode As ColorResolutionCommandMode
'Usage Dim instance As ColorResolutionCommand Dim value As ColorResolutionCommandMode instance.Mode = value value = instance.Mode
public ColorResolutionCommandMode Mode {get; set;}
@property (nonatomic, assign) LTColorResolutionCommandMode mode;
public ColorResolutionCommandMode getMode() public void setMode(ColorResolutionCommandMode value)
get_Mode();
set_Mode(value);
Object.defineProperty('Mode');
public: property ColorResolutionCommandMode Mode { ColorResolutionCommandMode get(); void set ( ColorResolutionCommandMode value); }
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 RasterCommand.Run method is executed.
For more information, refer to ColorResolutionCommandMode.