LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Mode Property






Gets or sets the the behavior of the command. .NET support Silverlight support WinRT support
Syntax
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;}
 get_Mode();
set_Mode(value);
public:
property ColorResolutionCommandMode Mode {
   ColorResolutionCommandMode get();
   void set (    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 RasterCommand.Run method is executed.

For more information, refer to ColorResolutionCommandMode.

Example
For an example, refer to ColorResolutionCommand
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorResolutionCommand Class
ColorResolutionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.