ProblemAction Enumeration |
ProblemSelector is used to determine if a problem should be accepted for repair or not.
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 enum ProblemAction
Public Enumeration ProblemAction
Members
| Member name | Description |
---|
| Default |
Use the internal default selector (if present).
|
| Accept |
Accept the problem for later repair.
|
| Reject |
Reject the problem (which in turn will likely case an exception to be thrown.
|
See Also