Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return Value

A value that indicates vendor specific flag.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also