PdfFontGetTextSize Method |
Gets the size of the specified string in points.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public SizeF GetTextSize(
string text
)
Public Function GetTextSize (
text As String
) As SizeF
Parameters
- text
- Type: SystemString
The measured string.
Return Value
Type:
SizeFThe size of the string in points.
See Also