Click or drag to resize

PdfiumFPDFDICT_ReplaceKey Method

Replace the PDF object at oldKey with object from newKey.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFDICT_ReplaceKey(
	IntPtr handle,
	string oldKey,
	string newKey
)

Parameters

handle  IntPtr
Handle to Dictionary object.
oldKey  String
The key contained in the Dictionary.
newKey  String
The key contained in the Dictionary.
See Also