RepairOptions

RepairOptions

Overview

RepairOptions is a class in Aspose.PDF FOSS for .NET.

Options describing what repair is needed.

Properties: HasValidationIssues, HasXRefIssues, IssueCount, RestoreIndirectObjectGenerations.

Properties

NameTypeAccessDescription
HasValidationIssuesboolReadWhether the document has validation issues.
IssueCountintReadNumber of validation issues found.
HasXRefIssuesboolReadWhether the xref table has integrity issues.
RestoreIndirectObjectGenerationsboolRead/WriteWhether the repair pass should restore object-generation numbers from the original xref.

See Also