Click or drag to resize

WorkflowViewViewerMode Property

This property controls the working mode of the control.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(50)]
public WFVVIEWERMODE ViewerMode { get; set; }

Property Value

Type: WFVVIEWERMODE
Remarks

The possible modes are listed under the EViewerMode Enumeration topic. There is Mixed Mode and four variants of Station Mode.

The station mode choice must be set before the control is attached to the document. If you need to change the viewer mode from one of station mode to mixed mode at runtime and ProcessObjectsEvents is False, detach the control from the document first, change the viewer mode and attach it again. Because attaching the control to a document having a very robust workflow might take long time, it is recommended to hide the control before starting the operation and redisplaying it once it has finished. The default value for this property is MD_MIXED.

See Also