Click or drag to resize

PDFDocHasRepairedXRef Method

Checks whether or not the underlying file has an XRef table that had to be repaired when the file was opened.If the document had an invalid XRef table when opened, PDFNet will have repaired the XRef table for its working representation of the document.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool HasRepairedXRef()

Return Value

Type: Boolean
- true if document was found to be corrupted, and was repaired, during opening and has not been saved since.
Remarks
If this function returns true, it is not possible to incrementally save the document (see http://www.pdftron.com/kb_corrupt_xref)
See Also