OMRFIELDS (original) (raw)
Summary
Stores a list of OMR Fields in image.
Syntax
typedef struct OMRFIELDS
{
[L_UINT](leadtools-basic-data-types.html) uStructSize;
[OMRFIELD](omrfield.html) * pOMRFieldAreas;
[L_UINT](leadtools-basic-data-types.html) 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
LEADTOOLS Raster Imaging C API Help