WorkflowViewWorkflowHeight Property
|
This property returns the height 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[DispIdAttribute(83)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public int WorkflowHeight { get; }
<DispIdAttribute(83)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
Public ReadOnly Property WorkflowHeight As Integer
Get
public:
[DispIdAttribute(83)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
property int WorkflowHeight {
int get ();
}
Property Value
Type:
Int32
Remarks
You can use this value to determine whether the control content can fit into the current control height or a vertically scrolling view will be generated.
See Also