Click or drag to resize

WFStep Class

This property returns a specific workflow step.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class WFStep : IproPlusClass, IDisposable

The WFStep type exposes the following members.

Properties
  NameDescription
Public propertyClassID
Returns the GUID of the object in string format.
Public propertyImage
This property returns the workflow image in .bmp format.
Public propertyItem
Returns named parameters of individual workflow steps; readable, writable. Changing its value changes the workflow behaviour.
Public propertyName
This property returns the name of the workflow step.
Public propertyParameters
Returns named parameters of individual workflow steps; readable, writable. Changing its value changes the workflow behaviour.
Public propertyState
This property returns the status of the workflow step.
Public propertyUniqueID
This property returns the unique ID of the workflow step.
Top
Methods
See Also