| PdfTextObjectGetSpaceWidth Method |
Gets the width of space character
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float GetSpaceWidth()
Public Function GetSpaceWidth As Single
public:
float GetSpaceWidth()
member GetSpaceWidth : unit -> float32
public float GetSpaceWidth()
function GetSpaceWidth();
Return Value
SingleThe width of space character from the font of the current text object.
See Also