Click or drag to resize

PdfRepairConsequences Methods

The PdfRepairConsequences type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBenign
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.
Public methodStatic memberCatastrophic
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMajor
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMinor
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.
Public methodStatic memberSerious
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also