Click or drag to resize

ThumbnailViewEnablePageDropFromOtherDocument Property

This property specifies whether in a drag-and-drop operation this ThumbnailView is a possible drop target for pages dragged from other ThumbnailView (or DocumentView) controls which are attached to a different document than the control itself.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(111)]
[BindableAttribute(BindableSupport.Yes)]
public bool EnablePageDropFromOtherDocument { get; set; }

Property Value

Type: Boolean
Remarks
The integrator application can use this property in conjunction with the OnQueryDropEnabled event. The default value for this property is True.
See Also