 | PdfiumFPDF_GetTrailer Method |
Get the trailer of the PDF file.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDF_GetTrailer(
IntPtr document
)
Public Shared Function FPDF_GetTrailer (
document As IntPtr
) As IntPtr
public:
static IntPtr FPDF_GetTrailer(
IntPtr document
)
static member FPDF_GetTrailer :
document : IntPtr -> IntPtr
public static IntPtr FPDF_GetTrailer(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDF_GetTrailer = function(document);
Parameters
- document IntPtr
- Handle to document. Returned by FPDF_LoadDocument(String, String) function.
Return Value
IntPtrHandle 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