ThumbnailViewEnableAlphaBlend Property
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(106)]
public bool EnableAlphaBlend { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
<DispIdAttribute(106)>
Public Property EnableAlphaBlend As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(106)]
property bool EnableAlphaBlend {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also