Click or drag to resize

RepairOptions Class

RepairOptions defines a set of choices that can be to automatically repair elements in PDF documents
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.RepairRepairOptions

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 class RepairOptions

The RepairOptions type exposes the following members.

Constructors
  NameDescription
Public methodRepairOptions
Initializes a new instance of the RepairOptions class.
Top
Properties
  NameDescription
Public propertyArrayOptions
Gets the array repair options.
Public propertyMaximumAllowableSeverity
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
Public propertyProblemSelector
Gets or sets the problem selector for dictionary properties. This selector, if present, will be called to determine if a problem should be selected.
Public propertyPropertyOptions
Gets the property repair options.
Public propertyRepairSelector
Gets or sets the repair selector for problems. This delegate will be used to decide if a property will be repaired.
Public propertyStructureOptions
Gets the structure repair options.
Top
Methods
  NameDescription
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnProblemEncountered
Raises the ProblemEncountered event.
Protected methodOnProblemRepaired
Raises the ProblemRepaired event.
Protected methodOnProblemSkipped
Raises the ProblemSkipped event.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventProblemEncountered
When a problem has been encountered in a PDF document, this event will be fired.
Public eventProblemRepaired
Occurs when a previously reported problem has been repaired.
Public eventProblemSkipped
Occurs when a problem has been skipped for repair.
Top
See Also