TEXTFIELDS

Summary

Stores a list of TEXTFIELDs in an image.

Syntax

typedef struct TEXTFIELDS 
{ 
   L_UINT uStructSize; 
   TEXTFIELD * pTextFieldAreas; 
   L_UINT uCount; 
} TEXTFIELDS, * pTEXTFIELDS; 

Members

L_UINT uStructSize

Size of this structure in bytes, for versioning. Use the sizeof(TEXTFIELDSARRAY) operator to calculate this value.

TEXTFIELD pTextFieldAreas

Pointer to the text fields.

L_UINT uCount

Number of the text fields.

Usage

See Also

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

LEADTOOLS Raster Imaging C API Help

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