Click or drag to resize

PdfiumFPDFHOLDER_AddIndirectObject Method

Adds an object to the end of the list

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFHOLDER_AddIndirectObject(
	IntPtr objects_list,
	IntPtr 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

Int32
Return the number of oject which was added or zero if any error is occured.
See Also