LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Flags Property






Gets or sets the ICC profile flags. .NET support
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 IccProfileFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.