Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
Method Property
See Also 
Leadtools.ColorConversion Namespace > ConversionParameters Class : Method Property




Gets or sets a value indicating the conversion method or the property to be changed.

Syntax

Visual Basic (Declaration) 
Public Property Method As ConversionMethodFlags
Visual Basic (Usage)Copy Code
Dim instance As ConversionParameters
Dim value As ConversionMethodFlags
 
instance.Method = value
 
value = instance.Method
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:

Example

Requirements

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

See Also