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; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
<DispIdAttribute(82)>
Public ReadOnly Property WorkflowWidth As Integer
Get
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(82)]
property int WorkflowWidth {
int 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