ImageViewTableZoneColor Property
|
This property controls which color is used when painting table zones.
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(102)]
public Color TableZoneColor { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(102)>
Public Property TableZoneColor As Color
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(102)]
property Color TableZoneColor {
Color get ();
void set (Color value);
}
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