Click or drag to resize

WFDescInfo Class

Use this property to acquire the workflow static information provider interface.
Inheritance Hierarchy

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

The WFDescInfo type exposes the following members.

Properties
  NameDescription
Public propertyAvailableWFStepCLSIDs
This API is preliminary and subject to change.
Public propertyBarcodeCompatible
This property returns true if the workflow is barcode-compatible (that is, it can scan or load a barcode, then save it at the end of the process).
Public propertyFileName
This property is used to check the full file name of the given workflow.
Public propertyFriendlyName
This property is used to get or set the friendly name of a given workflow.
Public propertyOrigin
This property returns the origin of the given workflow as a member of the WFORIGIN enumeration.
Public propertyStepCount
This property returns the number of steps in the given workflow.
Top
Methods
  NameDescription
Public methodAddWFObject
This API is preliminary and subject to change.
Public methodAddWFStep
This API is preliminary and subject to change.
Public methodDispose
Releases all resources used by the WFDescInfo
Public methodGetMetaData
Using this property, you can check and customise metadata values.
Public methodGetWFInfoTags
Use this method to regulate how the workflow steps communicate with the user during processing.
Public methodGetWFObjects
Use this method to return the object collection of a specific workflow.
Public methodGetWFSteps
Use this method to return the step collection of a specific workflow.
Public methodPageInWF
This property is used to check if a specified page is part of the workflow processing.
Public methodPageInWFByID
This property returns true if the specified page is in the workflow.
Public methodPrintBarcode
This method is used to print the barcode if the BarcodeCompatible property is True.
Public methodQueryInfoTagsSeverity
This method is used to return the highest severity event that happened during the workflow processing - as a member of the WFSEVERITY enumeration.
Public methodQueryStepInfo
This method is used to query information about a specific workflow step.
Public methodQueryWFParam
This method is used to query the value of the named parameter.
Public methodSave
This API is preliminary and subject to change.
Public methodSaveBarcode
This method is used to save the barcode to a file.
Public methodSetMetaData
Using this property, you can check and customise metadata values.
Top
See Also