Click or drag to resize

UDSections.Remove Method

This method will delete the specified UDSection from the user dictionary together with all its words and other content.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void Remove(
	Object Item
)

Parameters

Item
Type: System.Object
Remarks
The Item parameter can either be a string or a number expression. If it is a number, Item is considered as a zero-based item index which can be between 0 and Count - 1. If the Item parameter is a string, it must name a UDSection. Section names are case sensitive.
See Also