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: 11.5.0.5.0.230 (.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