ComponentOne PDF for .NET
MeasureString(String,Font,Single) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > MeasureString Method : MeasureString(String,Font,Single) Method
String to measure.
System.Drawing.Font object that defines the appearance and size of the text.
Maximum width of the string.
Measures the specified string when drawn with a given System.Drawing.Font object into a rectangle with the specified width.
Syntax
'Declaration
 
Public Overloads Function MeasureString( _
   ByVal text As System.String, _
   ByVal font As System.Drawing.Font, _
   ByVal width As System.Single _
) As System.Drawing.SizeF
public System.Drawing.SizeF MeasureString( 
   System.string text,
   System.Drawing.Font font,
   System.float width
)

Parameters

text
String to measure.
font
System.Drawing.Font object that defines the appearance and size of the text.
width
Maximum width of the string.

Return Value

The size of the string expressed in points.
Remarks
This overload wraps the string to prevent any lines from getting wider than the width parameter. The value returned contains the given width and the height needed to render the entire string.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List