Click or drag to resize

PdfiumFPDFTextObj_CountItems Method

Get the number of items from a text object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFTextObj_CountItems(
	IntPtr textObject
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)

Return Value

Int32
A number of items in the text object.
See Also