ICCTAG_UNKNOWN_TYPE

typedef struct __ICCTAG_UNKNOWN_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   L_Icc7BitAscii * pData; 
   L_UINT uDataSize; 
} ICCTAG_UNKNOWN_TYPE, * pICCTAG_UNKNOWN_TYPE; 

The ICCTAG_UNKNOWN_TYPE structure is used to save an unknown (or private) tag.

Member

Description

tagBase

A pointer to an ICCTAG_BASE structure that specifies the ICC signature.

pData

Pointer to a buffer that contains the tag's data.

uDataSize

A value that indicates the size of the pData pointer in bytes.

Comments

A private signature is used as the signature for this tag type.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Color Conversion C API Help