StructureRepairOptions Class |
Namespace: Atalasoft.PdfDoc.Repair
The StructureRepairOptions type exposes the following members.
Name | Description | |
---|---|---|
StructureRepairOptions |
Initializes a new instance of the StructureRepairOptions class. This creates a
default StructureRepairOptions object with the StoredStreamProvider set to a
TempFileStreamProvider.
|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |