StructureRepairOptions Properties |
The StructureRepairOptions type exposes the following members.
Name | Description | |
---|---|---|
AllowPartialNameTrees |
Gets or sets a value indicating whether to allow partial name trees.
| |
CorrectInvalidDataStreamLengths |
Gets or sets a value indicating whether DotPdf will correct invalid data stream lengths.
| |
CreateBlankPageIfNoPagesFound |
Gets or sets a value indicating whether to create blank page if no pages were found in the PDF.
| |
DestinationAction |
Gets or sets the destination action for repairing a bad destination
| |
DuplicateNameTreeEntryRepairAction |
Gets or sets the name tree repair action. When a duplicate name is found in a name
tree, this will be used to decide the action for that item. If an empty or null name is
found, any value except for None will cause the value to be either renamed or discarded.
| |
ForceRebuildCrossReferenceTable |
Gets or sets a value indicating whether to rebuild a cross reference table.
Default value is false.
| |
NameSelector |
Gets or sets the name selector.
| |
RebuildCrossReferenceTable |
Gets or sets a value indicating whether to rebuild a damaged cross reference table.
| |
RepairedStoredStream |
Gets the stored stream that was used for the repaired file. If, after repair, this property is non-null,
the owning document should be saved to a new file and this object should be disposed.
| |
RepairNameTrees |
Gets or sets a value indicating whether DotPdf will repair name trees.
| |
RestoreOrphanedPages |
Gets or sets a value indicating whether pages no longer directly referenced by the PDF document will be
restored to the document.
| |
StoredStreamProvider |
Gets or sets the stored stream provider that will be used for creating a temporary file
for storing the new PDF with the repaired cross reference table.
|