Click or drag to resize

IPROFRAME Structure

This structure represents a bordered box or a rectangular frame together with its visual properties as detected during recognition.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("B8717440-B893-427E-ADDE-03E44F002365")]
[ComVisibleAttribute(true)]
public struct IPROFRAME

The IPROFRAME type exposes the following members.

Fields
  NameDescription
Public fieldBackColor
Background color filling the area bounded by the frame
Public fieldbottomcolor
Bottom border color
Public fieldbottomstyle
Bottom border style. This Byte member contains a value defined by the RLSTYLE enumeration.
Public fieldbottomwidth
Width of the bottom line in pixels
Public fieldHeight
Height of the frame
Public fieldleft
Y coordinate of the upper left corner
Public fieldleftcolor
Left border color
Public fieldleftstyle
Left border style. This Byte member contains a value defined by the RLSTYLE enumeration.
Public fieldleftwidth
Width of the left line in pixels
Public fieldrightcolor
Right border color
Public fieldrightstyle
Right border style. This Byte member contains a value defined by the RLSTYLE enumeration.
Public fieldrightwidth
Width of the right line in pixels
Public fieldtop
X coordinate of the upper left corner
Public fieldtopcolor
Top border color
Public fieldtopstyle
Top border style. This Byte member contains a value defined by the RLSTYLE enumeration.
Public fieldtopwidth
Width of the top line in pixels
Public fieldWidth
Width of the frame
Top
See Also