Click or drag to resize

PageLocateZones Method

This method automatically locates all OCR zones on the related pages and builds the OCRZone collection for each page using auto-zoning.

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void LocateZones(
	[OptionalAttribute] int Flags
)

Parameters

Flags (Optional)
Type: SystemInt32
Remarks

Any existing user zones are removed.

For more details, see the description of the Document object's LocateZones method.

See Also