Specify the maximum font size of matching text.


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

Syntax

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

Parameters

val
This parameter represents the HTML font size to use for strong matches (ranges from 0 to 3).

See Also