LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ActiveMethod Property
See Also 
Leadtools.ColorConversion Namespace > ConversionParameters Class : ActiveMethod Property



Gets or sets the active conversion method.

Syntax

Visual Basic (Declaration) 
Public Property ActiveMethod As ConversionMethodFlags
Visual Basic (Usage)Copy Code
Dim instance As ConversionParameters
Dim value As ConversionMethodFlags
 
instance.ActiveMethod = value
 
value = instance.ActiveMethod
C# 
public ConversionMethodFlags ActiveMethod {get; set;}
C++/CLI 
public:
property ConversionMethodFlags ActiveMethod {
   ConversionMethodFlags get();
   void set (    ConversionMethodFlags value);
}

Property Value

The active conversion method. Possible values should be one and only one type of the ConversionMethodFlags enum types:
  • None
  • BuiltIn
  • Icc
  • CustomIcc
  • EmulationTables
  • CustomEmulationTables
  • Auto

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also