Click or drag to resize

ImageViewImageZoneColor Property

This property controls which color is used when painting graphics zones.

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

Property Value

Type: Color
Remarks
The ImageView rendering uses a complex alpha-blended drawing method and the final pixel color is result of a combination of several factors - including this property.
See Also