 | PdfiumFPDFTextObj_CountChars Method |
Get the number of characters from a text object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFTextObj_CountChars(
IntPtr textObject
)
Public Shared Function FPDFTextObj_CountChars (
textObject As IntPtr
) As Integer
public:
static int FPDFTextObj_CountChars(
IntPtr textObject
)
static member FPDFTextObj_CountChars :
textObject : IntPtr -> int
public static int FPDFTextObj_CountChars(
IntPtr textObject
)
Patagames.Pdf.Pdfium.FPDFTextObj_CountChars = function(textObject);
Parameters
- textObject IntPtr
- Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
Return Value
Int32A number of characters in the text object.
See Also