Click or drag to resize

RepairOptionsProblemSelector Property

Gets or sets the problem selector for dictionary properties. This selector, if present, will be called to determine if a problem should be selected.

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 ProblemSelector ProblemSelector { get; set; }

Property Value

Type: ProblemSelector
The problem selector.
See Also