TEXTZONE

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

The TEXTZONE structure provides information about text zone.

Member

Description

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 20.0.2020.4.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help