 | PdfiumFPDFREF_SetRef Method |
Changes a link of Reference object to the specified object in the specified list.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFREF_SetRef(
IntPtr handle,
IntPtr objects_list,
int objnum
)
Public Shared Sub FPDFREF_SetRef (
handle As IntPtr,
objects_list As IntPtr,
objnum As Integer
)
public:
static void FPDFREF_SetRef(
IntPtr handle,
IntPtr objects_list,
int objnum
)
static member FPDFREF_SetRef :
handle : IntPtr *
objects_list : IntPtr *
objnum : int -> unit
public static void FPDFREF_SetRef(
IntPtr handle,
IntPtr objects_list,
int objnum
)
Patagames.Pdf.Pdfium.FPDFREF_SetRef = function(handle, objects_list, objnum);
Parameters
- handle IntPtr
- Handle to the Reference object.
- objects_list IntPtr
- List of indirect objects
- objnum Int32
- Object's number in the specified list
See Also