Measures a string by using this font.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public SizeF MeasureString(
	string text
)
Public Function MeasureString ( 
	text As String
) As SizeF
public:
SizeF MeasureString(
	String^ text
)
member MeasureString : 
        text : string -> SizeF 

Parameters

text
String
Text to be measured.

Return Value

SizeF
Size of the text.

See Also