Click or drag to resize

PdfiumFPDFSTRING_CreateUnicode Method

Create new String object and initialise it with unicode string

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFSTRING_CreateUnicode(
	string value
)

Parameters

value  String
Initial value for this object

Return Value

IntPtr
Handle to a newly created object
See Also