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

Header Property






Gets or sets the ICC profile header. .NET support
Syntax
public IccHeader Header {get; set;}
'Declaration
 
Public Property Header As IccHeader
'Usage
 
Dim instance As IccProfileExtended
Dim value As IccHeader
 
instance.Header = value
 
value = instance.Header
public IccHeader Header {get; set;}
 get_Header();
set_Header(value);
public:
property IccHeader Header {
   IccHeader get();
   void set (    IccHeader value);
}

Property Value

IccHeader structure that has all the ICC header's data.
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

IccProfileExtended Class
IccProfileExtended Members

 

 


Products | Support | Contact Us | Copyright Notices

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