 | PdfFontGetStringWidth Method |
Get a special string width of a font object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int GetStringWidth(
string text
)
Public Function GetStringWidth (
text As String
) As Integer
public:
int GetStringWidth(
String^ text
)
member GetStringWidth :
text : string -> int public int GetStringWidth(
String text
)
function GetStringWidth(text);
Parameters
- text String
- Text the width of which is should be obtained.
Return Value
Int32String width of a font object
See Also