Visual Basic (Declaration) | |
---|---|
Public Property Mode As ColorResolutionCommandMode |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ColorResolutionCommand Dim value As ColorResolutionCommandMode instance.Mode = value value = instance.Mode |
C# | |
---|---|
public ColorResolutionCommandMode Mode {get; set;} |
C++/CLI | |
---|---|
public: property ColorResolutionCommandMode Mode { ColorResolutionCommandMode get(); void set ( ColorResolutionCommandMode value); } |
Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7