Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

VendorFlag Property






Gets or sets the vendor specific flag.
Syntax
public int VendorFlag {get; set;}
'Declaration
 
Public Property VendorFlag As Integer
'Usage
 
Dim instance As IccNamedColor2
Dim value As Integer
 
instance.VendorFlag = value
 
value = instance.VendorFlag

            

            
public:
property int VendorFlag {
   int get();
   void set (    int value);
}

Property Value

A value that indicates vendor specific flag.
Requirements

Target Platforms

See Also

Reference

IccNamedColor2 Structure
IccNamedColor2 Members

Error processing SSI file