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

IccTag Constructor (IccTag)






A value that indicates the tag signature. For a list of possible values, refer to IccSignatureType. It can contain a private tag, but it shall be registered with ICC registry. The registration authority for this data is the ICC Technical Secretary. Set the ICC web site (http://www.color.org/) for contact information.
A value that indicates the address of the beginning of the tag data element, with respect to the beginning of the profile data stream (which has an address of zero).
A value that indicates the tag data element size in bytes. This value does not include any padded bytes at the end of the data.
Initializes a new IccTag with explicit parameters. .NET support
Syntax
public IccTag( 
   int signature,
   int offset,
   int size
)
'Declaration
 
Public Function New( _
   ByVal signature As Integer, _
   ByVal offset As Integer, _
   ByVal size As Integer _
)
'Usage
 
Dim signature As Integer
Dim offset As Integer
Dim size As Integer
 
Dim instance As New IccTag(signature, offset, size)
public IccTag( 
   int signature,
   int offset,
   int size
)
function IccTag( 
   signature ,
   offset ,
   size 
)
public:
IccTag( 
   int signature,
   int offset,
   int size
)

Parameters

signature
A value that indicates the tag signature. For a list of possible values, refer to IccSignatureType. It can contain a private tag, but it shall be registered with ICC registry. The registration authority for this data is the ICC Technical Secretary. Set the ICC web site (http://www.color.org/) for contact information.
offset
A value that indicates the address of the beginning of the tag data element, with respect to the beginning of the profile data stream (which has an address of zero).
size
A value that indicates the tag data element size in bytes. This value does not include any padded bytes at the end of the 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

IccTag Structure
IccTag Members

 

 


Products | Support | Contact Us | Copyright Notices

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