LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Flags Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.