| Visual Basic (Declaration) | |
|---|---|
Public Property ActiveMethod As ConversionMethodFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ConversionMethodFlags ActiveMethod {get; set;} | |
| C++/CLI | |
|---|---|
public: property ConversionMethodFlags ActiveMethod { ConversionMethodFlags get(); void set (ConversionMethodFlags value); } | |
Return 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
Refer to ConversionParameters.WhitePoint example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family