←Select platform

ActiveMethod Property

Summary

Gets or sets the active conversion method.

Syntax
C#
VB
C++
public ConversionMethodFlags ActiveMethod { get; set; } 
  
Public Property ActiveMethod As ConversionMethodFlags 
public: 
property ConversionMethodFlags ActiveMethod { 
   ConversionMethodFlags get(); 
   void set (    ConversionMethodFlags ); 
} 

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

Refer to WhitePoint example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly