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

Show in webframe

Flags Property






Gets or sets the ICC profile flags.
Syntax
public IccProfileFlags Flags {get; set;}
'Declaration
 
Public Property Flags As IccProfileFlags
'Usage
 
Dim instance As IccHeader
Dim value As IccProfileFlags
 
instance.Flags = value
 
value = instance.Flags

            

            
public:
property IccProfileFlags Flags {
   IccProfileFlags get();
   void set (    IccProfileFlags value);
}

Property Value

Enumeration that indicates if the ICC profile is embedded or not, and if the ICC profile can be used independently from the embedded color data or not. For a list of possible values, refer to IccProfileFlags.
Requirements

Target Platforms

See Also

Reference

IccHeader Structure
IccHeader Members

Error processing SSI file