For internal use only.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
protected internal Size MeasureText(
	string text,
	Font font
)
Visual Basic
Protected Friend Function MeasureText ( _
	text As String, _
	font As Font _
) As Size

Parameters

text
Type: System..::..String
font
Type: C1.Phone.Pdf..::..Font

See Also