FindZones method (ILEADRasterDocument)
short FindZones (short iPageIndex, BOOL bUseImageArea); | |
Overview |
Refer to Working with Zones |
Remarks
Automatically detects all zones in the specified area of the specified page.
The method performs the analysis within the specified area of the image. It finds text or graphics blocks within the specified area. Zones found by this method are entered in a sequential list, called the zone list, which is attached to the specified page.
If the bUseImageArea parameter is FALSE, then the FindZones method will search for zones inside the area specified by the following properties:
If the bUseImageArea parameter is TRUE, then the FindZones method will search the entire page for zones.
See Also