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