PdfRepairConsequences Class |
Namespace: Atalasoft.PdfDoc.Generating.Validation
The PdfRepairConsequences type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets the description of the possible consequences of making the repair.
(Inherited from BaseRepairConsequences.) | |
Severity |
Gets the Severity of the consequences.
|
Name | Description | |
---|---|---|
Benign |
Constructs a new PdfRepairConsequences object with a Benign Severity.
The problem is readily fixable and will affect neither the outward appearance nor the content of the document.
| |
Catastrophic |
Constructs a new PdfRepairConsequences object with a Catastrophic Severity.
The problem is not fixable. Any attempts to fix the problem would result in a PDF that is damaged.
| |
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.) | |
Major |
Constructs a new PdfRepairConsequences object with a Major Severity.
The problem is fixable, but the fix necessitates permanently removing content from the document. It is not
recommended to indiscriminantly allow automatic repair of Major problems.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Minor |
Constructs a new PdfRepairConsequences object with a Minor Severity.
The problem is readily fixable, but the fix may affect the outward appearance in an acceptable manner, but not the content of the document.
| |
Serious |
Constructs a new PdfRepairConsequences object with a Serious Severity.
The problem is readily fixable, but the fix may affect the outward appearance and/or the content of the document.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |