Click or drag to resize

PdfiumFPDFARRAY_AddName Method

Creates a Name object and adds it at the end of array.

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

Parameters

handle  IntPtr
Handle to Array object.
value  String
Initial value for newly created name object
enc  Encoding  (Optional)
The encoding used to encode the value into an ANSI string. if Null DefaultAnsiEncoding is used.
See Also