This structure represents a size, usually the size of a rectangle.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax[ComVisibleAttribute(true)]
[GuidAttribute("72E85A04-2465-4FA1-AF50-1D080D55C160")]
public struct IPROSIZE
<ComVisibleAttribute(true)>
<GuidAttribute("72E85A04-2465-4FA1-AF50-1D080D55C160")>
Public Structure IPROSIZE
[ComVisibleAttribute(true)]
[GuidAttribute(L"72E85A04-2465-4FA1-AF50-1D080D55C160")]
public value class IPROSIZE
The IPROSIZE type exposes the following members.
Fields
| Name | Description |
---|
 | cx |
X dimension, or width of the rectangle
|
 | cy |
Y dimension, or height of the rectangle
|
Top
See Also