Measures a string by using this font.
Namespace: Spire.Pdf.GraphicsAssembly: 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, float width, PdfStringFormat format )
Public Function MeasureString ( text As String, width As Single, format As PdfStringFormat ) As SizeF
public: SizeF MeasureString( String^ text, float width, PdfStringFormat^ format )
member MeasureString : text : string * width : float32 * format : PdfStringFormat -> SizeF
Parameters
- text
- String
Text to be measured.
- width
- Single
Maximum width of the string in points.
- format
- PdfStringFormat
PdfStringFormat that represents formatting information, such as line spacing, for the string.
Return Value
SizeFSize of the text.