Specify the threshold beyond which to underline text.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub underlineThresh( _ 
   ByVal val As Integer _ 
)
C#
public void underlineThresh(
   int val
)
C++
public:
 void underlineThresh(
   int val
) sealed 
J#
public void underlineThresh(
   int val
)
JScript
public  function underlineThresh(
   val : int
)

Parameters

val
This parameter represents the score for a character over which characters will be underlined (scores for characters returned from ibi™ Patterns - Search have a score from 0 to 6).

See Also