WFINFOVIEWCOLUMNINFO Structure
|
Provides information about the individual column status.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[ComVisibleAttribute(true)]
[GuidAttribute("77114EAC-22E5-4312-8D84-007D9A2682E7")]
public struct WFINFOVIEWCOLUMNINFO
<ComVisibleAttribute(true)>
<GuidAttribute("77114EAC-22E5-4312-8D84-007D9A2682E7")>
Public Structure WFINFOVIEWCOLUMNINFO
[ComVisibleAttribute(true)]
[GuidAttribute(L"77114EAC-22E5-4312-8D84-007D9A2682E7")]
public value class WFINFOVIEWCOLUMNINFO
The WFINFOVIEWCOLUMNINFO type exposes the following members.
Fields
| Name | Description |
---|
 | Index |
Number of the WFInfoView columns.
|
 | Visible |
Turns column visibility on/off.
|
 | Width |
Sets the width of individual columns.
|
Top
See Also