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
Syntaxpublic void LocateZones(
[OptionalAttribute] int Flags
)
Public Sub LocateZones (
<OptionalAttribute> Flags As Integer
)
public:
void LocateZones(
[OptionalAttribute] [InAttribute] 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