RepairOptions Properties |
The RepairOptions type exposes the following members.
Name | Description | |
---|---|---|
ArrayOptions |
Gets the array repair options.
| |
MaximumAllowableSeverity |
Gets or sets the maximum allowable severity for problems. This property is used by the
internal repair selection process. If the Severity of the PdfRepairConsequences
exceeds this value, then the problem will be marked as "do not repair" which will cause an
exception to be thrown. The default is Serious | |
ProblemSelector |
Gets or sets the problem selector for dictionary properties. This selector, if present, will be called to determine
if a problem should be selected.
| |
PropertyOptions |
Gets the property repair options.
| |
RepairSelector |
Gets or sets the repair selector for problems. This delegate will be used to decide if a property
will be repaired.
| |
StructureOptions |
Gets the structure repair options.
|