Click or drag to resize

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; }

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