Click or drag to resize

PdfiumFPDF_GetTrailer Method

Get the trailer of the PDF file.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDF_GetTrailer(
	IntPtr document
)

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) function.

Return Value

IntPtr
Handle to the PDF dictionary
Remarks
The trailer of a PDF file enables an application reading the file to quickly find the cross-reference table and certain special objects.
See Also