WorkflowViewElasticStations Property
|
When this property is True, and the control dimensions are larger than the space required to draw the current station sequence using the default station size,
the station width (in horizontal station modes) or height (in vertical station modes) will be automatically expanded to fit into the current control space.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(85)]
[BindableAttribute(BindableSupport.Yes)]
public bool ElasticStations { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(85)>
<BindableAttribute(BindableSupport.Yes)>
Public Property ElasticStations As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(85)]
[BindableAttribute(BindableSupport::Yes)]
property bool ElasticStations {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
This property is ignored if the stations would require shrinking rather than expanding. The default value for this property is False.
See Also