Click or drag to resize

WorkflowViewStationWidth Property

This property returns the width 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
[BrowsableAttribute(false)]
[DispIdAttribute(80)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public int StationWidth { get; }

Property Value

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