Visual Basic (Declaration) | |
---|---|
Public Property Method As ConversionMethodFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ConversionMethodFlags Method {get; set;} |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family