Class Document.RepairOptions
Class Document.RepairOptions
Der Name: Aspose.Pdf Versammlung: Aspose.PDF.dll (25.4.0)
Es gibt Optionen für die Reparatur eines PDF-Dokuments.
public sealed class Document.RepairOptions
Inheritance
object ← Document.RepairOptions
Vererbte Mitglieder
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Remarks
Diese Klasse bietet eine Möglichkeit, den Reparaturprozess eines PDF-Dokuments anzupassen.
Constructors
RepairOptions()
public RepairOptions()
Properties
RestoreIndirectObjectGenerations
Erhalten oder setzen Sie einen Wert, der darauf hindeutet, ob die falschen Generationszahlen in Bezug auf indirekte Objekte wiederherzustellenwährend des Reparaturprozesses.
public bool RestoreIndirectObjectGenerations { get; set; }