 | PdfiumFPDFDICT_RemoveAt Method |
Release th PDF object and removse its from dictionary.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFDICT_RemoveAt(
IntPtr handle,
string key
)
Public Shared Sub FPDFDICT_RemoveAt (
handle As IntPtr,
key As String
)
public:
static void FPDFDICT_RemoveAt(
IntPtr handle,
String^ key
)
static member FPDFDICT_RemoveAt :
handle : IntPtr *
key : string -> unit
public static void FPDFDICT_RemoveAt(
IntPtr handle,
String key
)
Patagames.Pdf.Pdfium.FPDFDICT_RemoveAt = function(handle, key);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
See Also