Click or drag to resize

PdfiumFPDFSTRING_CreateChar(Byte, Boolean) Method

Create new String object and initialise it with specified byte string.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFSTRING_CreateChar(
	byte[] value,
	bool bHex
)

Parameters

value  Byte
The byte string.
bHex  Boolean
Indicates whether a value is a HEX

Return Value

IntPtr
Handle to a newly created object
See Also