Click or drag to resize

PdfiumFPDFTextObj_SetCharSpacing Method

Get character spacing.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_SetCharSpacing(
	IntPtr textObject,
	float spacing
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
spacing  Single
The character spacing.
See Also