Click or drag to resize

PdfiumFPDFPageObj_NewTextObjEx Method

Note: This API is now obsolete.

Create a new Text Object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete", true)]
public static IntPtr FPDFPageObj_NewTextObjEx(
	string text,
	int size,
	IntPtr font
)

Parameters

text  String
Pointer to a string. The text you want to add in a text object.
size  Int32
The length of the string
font  IntPtr
Handle to the font. It could be FPDFTextObj_GetFont, FPDFFont_AddTrueType and FPDFFont_AddStandardFont".

Return Value

IntPtr
Handle to text object.
Remarks
This method is obsolete and will be removed in a future release of the Pdfium .Net SDK
See Also