PdfFontGetTextWidth Method
Get the width in points of the specified string when rendered in PDF using this font.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public float GetTextWidth(
string text
)
Public Function GetTextWidth (
text As String
) As Single
public:
float GetTextWidth(
String^ text
)
member GetTextWidth :
text : string -> float32
- text String
- The measured string.
SingleThe width of the string in points.