Visual Basic (Declaration) | |
---|---|
Public Property Method As ConversionMethodFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ConversionMethodFlags Method {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property ConversionMethodFlags get_Method(); public: __property void set_Method( ConversionMethodFlags value ); |
C++/CLI | |
---|---|
public: property ConversionMethodFlags Method { ConversionMethodFlags get(); void set (ConversionMethodFlags value); } |
Return Value
This property works in one of two ways:- If you set it and call the RasterColorConverter.Start method, it will specify the initial SDK conversion method. Therefore, the ActiveMethod property should be set with the conversion method to be used. Possible values for this case are: ConversionMethodFlags.UseXXX types.
- If you set it and call the RasterColorConverter.SetParameters method, it will specify the conversion parameter to be changed. Possible values for this case are: ConversionMethodFlags.ChangeXXX types.
Refer to ConversionParameters.WhitePoint example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family