Aspose::Pdf::Document::RepairOptions class
RepairOptions class
Represents options for repairing a PDF document.
class RepairOptions : public System::Object
Methods
| Method | Description |
|---|---|
| get_RestoreIndirectObjectGenerations() const | Gets 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
- Class Object
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++