Click or drag to resize

PdfiumFPDFTextObj_GetSpaceCharWidth Method

Get the width of space character

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static void FPDFTextObj_GetSpaceCharWidth(
	IntPtr textObject,
	out float width
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
width  Single
Pointer to a float value receiving the width.
See Also