|
PdfFontGetTextSize Method
|
Gets the size of the specified string in points.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic SizeF GetTextSize(
string text
)
Public Function GetTextSize (
text As String
) As SizeF
Parameters
- text String
- The string to be measured.
Return Value
SizeFThe size of the string in points.
See Also