OMRFIELDS

Summary

Stores a list of OMR Fields in image.

Syntax

typedef struct OMRFIELDS 
{ 
   L_UINT uStructSize; 
   OMRFIELD * pOMRFieldAreas; 
   L_UINT uCount; 
} OMRFIELDS, * pOMRFIELDS; 

Members

L_UINT uStructSize

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

OMRFIELD pOMRFieldAreas

Pointer to the OMR fields.

L_UINT uCount

Number of the OMR fields.

Usage

See Also

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.