Click or drag to resize

UserZoneType Property

This property stores the type of the related user zone.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public ZONETYPE Type { get; set; }

Property Value

Type: ZONETYPE
Remarks

The supported types are listed under the ZONETYPE Enumeration topic.

The default value of this property is WT_FLOW.

When the Type property is changed to WT_TABLE or to a vertical text zone, the shape of the user zone will become a simple rectangle (according to the Left, Top, Width and Height properties). When this property is modified, the TableCells collection is emptied.

The form type identifies a zone which is the object of form structure analysis during zone location and recognition. Form objects are not directly available for application designers. They are used in conjunction with the CreateFormTemplate method of the Page object. If a page containing one or more form zones is recognized and exported, fillable objects are created in the final document if the particular format supports form objects. See the RecAPI topic on the Form Recognition Module.

Changing this property sets the Modified property of the Document object to True.

See Also