DuplicateNameTreeEntryRepairAction Enumeration |
Determines the action to take
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 enum DuplicateNameTreeEntryRepairAction
Public Enumeration DuplicateNameTreeEntryRepairAction
Members
| Member name | Description |
---|
| None |
Perform no repair
|
| RemoveNewer |
Remove the newer element
|
| RemoveOlder |
Remove the older element
|
| RenameNewer |
Rename the newer element
|
| RenameOlder |
Rename the older element
|
See Also