←Select platform

IccTag Constructor

Summary
Initializes a new IccTag with explicit parameters.
Syntax
C#
C++/CLI
Python
public IccTag( 
   int signature, 
   int offset, 
   int size 
) 
public: 
IccTag(  
   int signature, 
   int offset, 
   int size 
) 
__init__(self,signature,offset,size) # Overloaded constructor 

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 (https://www.color.org/index.xalter) 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

See Also

Reference

IccTag Structure

IccTag Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.