Class Document.RepairOptions

Document.RepairOptions class

Represents options for repairing a PDF document.

public sealed class RepairOptions

Constructors

NameDescription
RepairOptions()The default constructor.

Properties

NameDescription
RestoreIndirectObjectGenerations { get; set; }Gets or 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