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