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