Click or drag to resize

WFObject Class

Represents an object to be processed or a processed object in the workflow (e.g.: input, output filename, document page).
Inheritance Hierarchy
SystemObject
  OmniPageCSDK.IproPlusIproPlusClass
    OmniPageCSDK.IproPlusWFObject

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

The WFObject type exposes the following members.

Properties
  NameDescription
Public propertyClassID
Returns the GUID of the object in string format.
Public propertyHidden
This property returns true if the object is visible to the user.
Public propertyItem
Returns named parameters of individual workflow objects; readable, writable. Changing its value changes the workflow behaviour. Returns an array of WFParameter structures.
Public propertyName
This property returns the name of the workflow object.
Public propertyParameters
Returns named parameters of individual workflow objects; readable, writable. Changing its value changes the workflow behaviour. Returns an array of WFParameter structures.
Public propertyUniqueID
This property returns the unique ID of the workflow object.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the WFObject
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also