Class Document.RepairOptions

Class Document.RepairOptions

Namespace: Aspose.Pdf
Assembly: Aspose.PDF.dll (25.3.0)

Represents options for repairing a PDF document.

public sealed class Document.RepairOptions

Inheritance

objectDocument.RepairOptions

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Remarks

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

Constructors

RepairOptions()

public RepairOptions()

Properties

RestoreIndirectObjectGenerations

Gets or sets a value indicating whether to restore wrong generation numbers in references to indirect objects during the repair process.

public bool RestoreIndirectObjectGenerations { get; set; }

Property Value

bool