Click or drag to resize

WorkflowViewWorkflowWidth Property

This property returns the width of the area requested to draw all stations.

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

Property Value

Type: Int32
Remarks
You can use this value to determine whether the control content can fit into the current control width or you would rather have a horizontally scrolling view.
See Also