Visual Basic (Declaration) | |
---|---|
Public Property Mode As ColorResolutionCommandMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ColorResolutionCommandMode Mode {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property ColorResolutionCommandMode get_Mode(); public: __property void set_Mode( ColorResolutionCommandMode value ); |
C++/CLI | |
---|---|
public: property ColorResolutionCommandMode Mode { ColorResolutionCommandMode get(); void set (ColorResolutionCommandMode value); } |
Return Value
ColorResolutionCommandMode enumeration value that control the behaviour of the command.For an example, refer to ColorResolutionCommand
The ColorResolutionCommand can convert an image inplace, 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family