 | PdfiumFPDFHOLDER_AddIndirectObject Method |
Adds an object to the end of the list
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFHOLDER_AddIndirectObject(
IntPtr objects_list,
IntPtr indirect_object
)
Public Shared Function FPDFHOLDER_AddIndirectObject (
objects_list As IntPtr,
indirect_object As IntPtr
) As Integer
public:
static int FPDFHOLDER_AddIndirectObject(
IntPtr objects_list,
IntPtr indirect_object
)
static member FPDFHOLDER_AddIndirectObject :
objects_list : IntPtr *
indirect_object : IntPtr -> int
public static int FPDFHOLDER_AddIndirectObject(
IntPtr objects_list,
IntPtr indirect_object
)
Patagames.Pdf.Pdfium.FPDFHOLDER_AddIndirectObject = function(objects_list, indirect_object);
Parameters
- objects_list IntPtr
- The list of objects to which you want to add an object.
- indirect_object IntPtr
- Handle to the object.
Return Value
Int32Return the number of oject which was added or zero if any error is occured.
See Also