 | PdfiumFPDFDICT_SetAtReferenceEx Method |
Creates a Reference object and sets it at the specified key of dictionary.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFDICT_SetAtReferenceEx(
IntPtr handle,
string key,
IntPtr objectList,
IntPtr obj
)
Public Shared Sub FPDFDICT_SetAtReferenceEx (
handle As IntPtr,
key As String,
objectList As IntPtr,
obj As IntPtr
)
public:
static void FPDFDICT_SetAtReferenceEx(
IntPtr handle,
String^ key,
IntPtr objectList,
IntPtr obj
)
static member FPDFDICT_SetAtReferenceEx :
handle : IntPtr *
key : string *
objectList : IntPtr *
obj : IntPtr -> unit
public static void FPDFDICT_SetAtReferenceEx(
IntPtr handle,
String key,
IntPtr objectList,
IntPtr obj
)
Patagames.Pdf.Pdfium.FPDFDICT_SetAtReferenceEx = function(handle, key, objectList, obj);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
- objectList IntPtr
- List of indirect objects
- obj IntPtr
- Handle to PDF object
See Also