Click or drag to resize

PdfFontGetStringWidth Method

Get a special string width of a font object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public int GetStringWidth(
	string text
)

Parameters

text  String
Text the width of which is should be obtained.

Return Value

Int32
String width of a font object
See Also