Click or drag to resize

StructureRepairOptionsRebuildCrossReferenceTable Property

Gets or sets a value indicating whether to rebuild a damaged cross reference table.

Namespace:  Atalasoft.PdfDoc.Repair
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool RebuildCrossReferenceTable { get; set; }

Property Value

Type: Boolean
true if the cross reference table will be rebuilt; otherwise, false.
Remarks
The cross reference table is an index of all contents within a PDF document used to efficiently access document elements. If it is damaged, it is not possible to locate these elements. The repair is enacted on the Stream provided, therefore the Stream should be writable and it should be a copy of the document to be repaired. This way, if the repair process fails, the original document will be preserved.
See Also