Click or drag to resize

RepairAction Enumeration

Describes the action to take on a repair.

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 enum RepairAction
Members
  Member nameDescription
Default Perform the internal default repair action.
NoRepair The problem will not be repaired, which will result in an exception.
Repair The problem will be repaired.
Skip The problem will not be repaired, but instead will be skipped. This may result in incorrect PDF or a later exception.
See Also