Click or drag to resize

StructureRepairOptionsDuplicateNameTreeEntryRepairAction Property

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.

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 DuplicateNameTreeEntryRepairAction DuplicateNameTreeEntryRepairAction { get; set; }

Property Value

Type: DuplicateNameTreeEntryRepairAction
The name tree repair action.
See Also