Click or drag to resize

PdfRepairConsequences Class

This class represents the consequences of making a given repair on a PDF document.
Inheritance Hierarchy
SystemObject
  Atalasoft.Shared.ValidationBaseRepairConsequences
    Atalasoft.PdfDoc.Generating.ValidationPdfRepairConsequences

Namespace:  Atalasoft.PdfDoc.Generating.Validation
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfRepairConsequences : BaseRepairConsequences

The PdfRepairConsequences type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the possible consequences of making the repair.
(Inherited from BaseRepairConsequences.)
Public propertySeverity
Gets the Severity of the consequences.
Top
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
Remarks
This class can only be constructed through the given factory methods.
See Also