RepairOptions Class |
Namespace: Atalasoft.PdfDoc.Repair
The RepairOptions type exposes the following members.
Name | Description | |
---|---|---|
RepairOptions |
Initializes a new instance of the RepairOptions class.
|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnProblemEncountered |
Raises the ProblemEncountered event.
| |
OnProblemRepaired |
Raises the ProblemRepaired event.
| |
OnProblemSkipped |
Raises the ProblemSkipped event.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ProblemEncountered |
When a problem has been encountered in a PDF document, this event will be fired.
| |
ProblemRepaired |
Occurs when a previously reported problem has been repaired.
| |
ProblemSkipped |
Occurs when a problem has been skipped for repair.
|