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




Gets or sets the vendor specific flag.

Syntax

Visual Basic (Declaration) 
Public Property VendorFlag As Integer
Visual Basic (Usage)Copy Code
Dim instance As IccNamedColor2
Dim value As Integer
 
instance.VendorFlag = value
 
value = instance.VendorFlag
C# 
public int VendorFlag {get; set;}
Managed Extensions for C++ 
public: __property int get_VendorFlag();
public: __property void set_VendorFlag( 
   int value
);
C++/CLI 
public:
property int VendorFlag {
   int get();
   void set (int value);
}

Return Value

A value that indicates vendor specific flag.

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