Aspose::Pdf::Document::RepairOptions class

RepairOptions class

Represents options for repairing a PDF document.

class RepairOptions : public System::Object

Methods

MethodDescription
get_RestoreIndirectObjectGenerations() constGets a value indicating whether to restore wrong generation numbers in references to indirect objects during the repair process.
RepairOptions()
set_RestoreIndirectObjectGenerations(bool)Sets a value indicating whether to restore wrong generation numbers in references to indirect objects during the repair process.

Remarks

This class provides a way to customize the repair process of a PDF document.

See Also