PdfFontGetTextSize Method |
Gets the size of the specified string in points.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic 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