Click or drag to resize

PdfiumFPDFSTRING_CreateChar(String, Boolean, Encoding) Method

Create new String object and initialise it with ANSI string

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFSTRING_CreateChar(
	string value,
	bool bHex,
	Encoding enc = null
)

Parameters

value  String
Initial value for this object
bHex  Boolean
Indicates whether a value is a HEX
enc  Encoding  (Optional)
The encoding used to encode the value into an ANSI string. if Null DefaultAnsiEncoding is used.

Return Value

IntPtr
Handle to a newly created object
See Also