Click or drag to resize

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
Members
  Member nameDescription
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