Click or drag to resize

ThumbnailViewEnableMulticolumn Property

This property enables multi-column thumbnail display if the control's width is enough to contain multiple columns.

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

Property Value

Type: Boolean
Remarks
When this property is enabled and the control is resized, the view is automatically updated to restructure the columns. The default value for this property is True.
See Also