←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.