Click or drag to resize

WorkflowViewStationHeight Property

This property returns the height of stations drawn by the control.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(81)]
[BrowsableAttribute(false)]
public int StationHeight { get; }

Property Value

Type: Int32
Remarks
You can use this value to calculate the minimal height of the container window when displaying the control in horizontal station mode.
See Also