| Visual Basic (Declaration) | |
|---|---|
Public Enum ColorResolutionCommandMode Inherits Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ColorResolutionCommandMode : Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ColorResolutionCommandMode : public Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| InPlace | Convert the source image in place (no copy is made). |
| CreateDestinationImage | Create a new image, leaving the source image unchanged. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.ColorResolutionCommandMode
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code