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.4.0.9.0.377 (.NET 4.5.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