StructureRepairOptionsForceRebuildCrossReferenceTable Property |
Gets or sets a value indicating whether to rebuild a cross reference table.
Default value is false.
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 ForceRebuildCrossReferenceTable { get; set; }
Public Property ForceRebuildCrossReferenceTable As Boolean
Get
Set
Property Value
Type:
Booleantrue 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