TEXTZONE

typedef struct _TEXTZONE 
{ 
   PRECT pTextLines; 
   L_UINT uTextLinesCount; 
} TEXTZONE, *pTEXTZONE; 

The TEXTZONE structure provides information about text zone.

Members

pTextLines

Array of rectangles which represent the paragraph's text lines.

uTextLinesCount

The number of elements in the array pTextLines.

Comments

This structure is used in casting LEADZONE.pZoneData when zone type is text.

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

LEADTOOLS Raster Imaging C++ Class Library Help

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