 | PdfiumFPDFCROSSREF_Rebuild Method |
Rebuilds cross-reference table
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFCROSSREF_Rebuild(
IntPtr document
)
Public Shared Function FPDFCROSSREF_Rebuild (
document As IntPtr
) As Boolean
public:
static bool FPDFCROSSREF_Rebuild(
IntPtr document
)
static member FPDFCROSSREF_Rebuild :
document : IntPtr -> bool
public static boolean FPDFCROSSREF_Rebuild(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDFCROSSREF_Rebuild = function(document);
Parameters
- document IntPtr
- Handle to pdf document
Return Value
BooleanTrue if successfull; false if any error has occured;
See Also