ThumbnailViewEnableAlphaBlend Property
|
This property controls whether the alpha blending drawing mode is enabled or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(106)]
[BrowsableAttribute(false)]
public bool EnableAlphaBlend { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(106)>
<BrowsableAttribute(false)>
Public Property EnableAlphaBlend As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(106)]
[BrowsableAttribute(false)]
property bool EnableAlphaBlend {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
When this property is enabled, improved visual effects and display options are available when drawing selected and active pages, although on older,
slow computers this mode might result in poor performance. The default value of this property is True.
See Also