CharHeightAvail Property (.NET)

 

Type: Integer

 

Returns the number of text lines that can fit on the device without causing scrolling.

 

Special notes for this property:

 

C# Example:

<html>Char height available:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.CharHeightAvail);

%>

</html>