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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public RepairSelector RepairSelector { get; set; }
Public Property RepairSelector As RepairSelector
Get
Set
Property Value
Type:
RepairSelector
The repair selector.
See Also