WorkflowViewEnsureStationVisible Method
|
Call this function to ensure that a specified station is visible.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void EnsureStationVisible(
int StationIndex,
bool Partial
)
Public Sub EnsureStationVisible (
StationIndex As Integer,
Partial As Boolean
)
public:
void EnsureStationVisible(
int StationIndex,
bool Partial
)
Parameters
- StationIndex
- Type: SystemInt32
- Partial
- Type: SystemBoolean
Remarks
This function scrolls the view if needed. StationIndex is the index of the station to display. Partial specifies that no scrolling is required if the
station is at least partially visible.
See Also