Click or drag to resize

PdfiumFPDFCROSSREF_Rebuild Method

Rebuilds cross-reference table

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

Parameters

document  IntPtr
Handle to pdf document

Return Value

Boolean
True if successfull; false if any error has occured;
See Also