ICCTAG_TEXT_TYPE

Summary

The ICCTAG_TEXT_TYPE structure is used to save a TextType tag.

Syntax

typedef struct __ICCTAG_TEXT_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   L_Icc7BitAscii * pTextData; 
} ICCTAG_TEXT_TYPE, * pICCTAG_TEXT_TYPE; 

Members

tagBase

A pointer to ICCTAG_BASE structure that specifies the ICC signature.

pTextData

A pointer to a buffer that contains a string of 7-bit ASCII characters.

Comments

The signature for this tag type is TextTypeSig (0x74657874).

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

LEADTOOLS Color Conversion C API Help

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