Click or drag to resize

RepairOptionsRepairSelector Property

Gets or sets the repair selector for problems. This delegate will be used to decide if a property will be repaired.

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

Property Value

Type: RepairSelector
The repair selector.
See Also