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)
Syntaxpublic ProblemSelector ProblemSelector { get; set; }Public Property ProblemSelector As ProblemSelector
Get
Set
Property Value
Type:
ProblemSelector
The problem selector.
See Also