Accusoft.PrintPro8.Net
TextHeight(String) Method




A string which represents the text to get the printed height of.
Returns the height the text would be if drawn with the given text.
Syntax
'Declaration
 
Public Overloads Function TextHeight( _
   ByVal text As String _
) As Single
'Usage
 
Dim instance As Draw
Dim text As String
Dim value As Single
 
value = instance.TextHeight(text)
public float TextHeight( 
   string text
)
public: float TextHeight( 
   string* text
) 
public:
float TextHeight( 
   String^ text
) 

Parameters

text
A string which represents the text to get the printed height of.

Return Value

A float value which represents the height of the text when printed.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback