Click or drag to resize

WorkflowViewGridLineClr Property

This property controls the drawing color of the grid visible in mixed mode.

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

Property Value

Type: Color
Remarks
By default this property is initialized with RGB (227, 227, 227) color. If you changed this value and would like to revert to the default setting, call the SetDefaultColors method - this will restore the whole color profile, not only this single color.
See Also