Click or drag to resize

StructureRepairOptionsNameSelector Property

Gets or sets the name selector.

Namespace:  Atalasoft.PdfDoc.Repair
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public StructureRepairOptionsNameReplacer NameSelector { get; set; }

Property Value

Type: StructureRepairOptionsNameReplacer
The name selector.
Remarks
This delegate will be used (if present) to select a replacement name for an empty or duplicate name.
See Also