 | PdfiumFPDFDICT_SetAtReference 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_SetAtReference(
IntPtr handle,
string key,
IntPtr objectList,
int objnum
)
Public Shared Sub FPDFDICT_SetAtReference (
handle As IntPtr,
key As String,
objectList As IntPtr,
objnum As Integer
)
public:
static void FPDFDICT_SetAtReference(
IntPtr handle,
String^ key,
IntPtr objectList,
int objnum
)
static member FPDFDICT_SetAtReference :
handle : IntPtr *
key : string *
objectList : IntPtr *
objnum : int -> unit
public static void FPDFDICT_SetAtReference(
IntPtr handle,
String key,
IntPtr objectList,
int objnum
)
Patagames.Pdf.Pdfium.FPDFDICT_SetAtReference = function(handle, key, objectList, objnum);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
- objectList IntPtr
- List of indirect objects
- objnum Int32
- Object's number
See Also