SetFullPageRecogArea (deprecated)

An optional action that sets the area of the current page that is to be the target of recognition procedures, when full-page recognition action is invoked.

Member of namespace

Recog_Shared

Syntax

bool SetFullPageRecogArea (StrParam)

Parameters

A decimal value indicating the percent of the page to be recognized in response to this action.

For example: "0.1" designates the first 10% of the page, while "1.0" calls for recognition of the entire page.

This action is helpful if you know that a page's values will always be in a particular location on the page, but recognition of the entire page is not necessary.

Returns

False if the ruleset with this action is not bound to a Page object of the Document Hierarchy, or if the action's parameter is not a decimal value. Otherwise, True.

Level

Page level.

Details

This optional action sets the area of the current page that will be the target of recognition procedures when full-page recognition action is called. For example: "0.1" indicates that the first 10% of the page is to be recognized; "1.00" indicates that the entire page is to be recognized.
Example
SetFullPageRecogArea(0.5)