 | PdfiumFPDFDICT_ReplaceKey Method |
Replace the PDF object at oldKey with object from newKey.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFDICT_ReplaceKey(
IntPtr handle,
string oldKey,
string newKey
)
Public Shared Sub FPDFDICT_ReplaceKey (
handle As IntPtr,
oldKey As String,
newKey As String
)
public:
static void FPDFDICT_ReplaceKey(
IntPtr handle,
String^ oldKey,
String^ newKey
)
static member FPDFDICT_ReplaceKey :
handle : IntPtr *
oldKey : string *
newKey : string -> unit
public static void FPDFDICT_ReplaceKey(
IntPtr handle,
String oldKey,
String newKey
)
Patagames.Pdf.Pdfium.FPDFDICT_ReplaceKey = function(handle, oldKey, 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