RepairOptionsMaximumAllowableSeverity Property |
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
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 Severity MaximumAllowableSeverity { get; set; }
Public Property MaximumAllowableSeverity As Severity
Get
Set
Property Value
Type:
Severity
The maximum allowable severity for problems used in the default handler.
See Also