Click or drag to resize

PdfiumFPDFNAME_Create Method

Create new Name object

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

Parameters

value  String
Initial value for this object
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