LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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;}
C++/CLI 
public:
property int VendorFlag {
   int get();
   void set (    int value);
}

Property Value

A value that indicates vendor specific flag.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also