C#
VB
C++
Indicated the conversion method, or the conversion parameter to be change.
[FlagsAttribute()]public enum ConversionMethodFlags
<FlagsAttribute()>Public Enum ConversionMethodFlagsInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]public enum class ConversionMethodFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | Do Nothing. |
| 0x00000001 | ChangeActiveMethod | Change the active method. |
| 0x00000001 | UseBuiltIn | For equations. |
| 0x00000002 | ChangeCustomProfiles | Change profiles. |
| 0x00000002 | UseIcc | For profiles. |
| 0x00000004 | ChangeWhitePoint | Change white point. |
| 0x00000004 | UseCustomIcc | For custom profiles. |
| 0x00000008 | ChangeEmulationTables | Change emulation tables. |
| 0x00000008 | UseEmulationTables | For emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only. |
| 0x00000010 | ChangeCmyk | Change CMYK parameters. |
| 0x00000010 | UseCustomEmulationTables | For custom emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only. |
| 0x00000020 | ChangeYuv | Change YUV parameters. |
| 0x00000020 | UseAuto | For best conversion. |
| 0x0000003F | UseAll | For all of the above. |
| 0x00000040 | ChangeLab | Change Lab parameters. |
| 0x0000007F | ChangeAll | All the changes above (ActiveMethod, Profiles, WhitePoint, EmulationTables, Cmyk, Yuv, and Lab). |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
