←Select platform

Mode Property

Summary

Gets or sets the behavior of the command.

Syntax
C#
VB
Objective-C
C++
Java
public ColorResolutionCommandMode Mode { get; set; } 
Public Property Mode As ColorResolutionCommandMode 
@property (nonatomic, assign) LTColorResolutionCommandMode mode 
public ColorResolutionCommandMode getMode() 
public void setMode(ColorResolutionCommandMode value) 

Property Value

ColorResolutionCommandMode enumeration value that control the behavior of the command.

Remarks

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.

Example

For an example, refer to ColorResolutionCommand

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly