ThumbnailViewEnablePageDrag Property
|
This property specifies whether page dragging is enabled or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(109)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool EnablePageDrag { get; set; }
<DispIdAttribute(109)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property EnablePageDrag As Boolean
Get
Set
public:
[DispIdAttribute(109)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool EnablePageDrag {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
If it is True, it is possible to grab selected pages and drop them into a different location either in the same or into a different ThumbnailView (or DocumentView).
The integrator application can use this property in conjunction with the OnQueryDragEnabled event. The default value for this property is True.
See Also