Click or drag to resize

PdfiumFPDFHOLDER_ReleaseIndirectObject Method

Destroy specified object and remove its from the list.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFHOLDER_ReleaseIndirectObject(
	IntPtr objects_list,
	int objnum
)

Parameters

objects_list  IntPtr
List of indirect objects
objnum  Int32
Object's number
See Also