|
PdfFontGetTextSize Method |
Gets the size of the specified string in points.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public SizeF GetTextSize(
string text
)
Public Function GetTextSize (
text As String
) As SizeF
Parameters
- text
- Type: SystemString
The string to be measured.
Return Value
Type:
SizeFThe size of the string in points.
See Also