PdfFontMeasureText Method
Returns the size in points of the given text when using this font to display the text
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public SizeF MeasureText(
string text
)
Public Function MeasureText (
text As String
) As SizeF
public:
SizeF MeasureText(
String^ text
)
member MeasureText :
text : string -> SizeF
- text String
- The text to measure
SizeFThe text size in points