Click or drag to resize

StructureRepairOptionsRestoreOrphanedPages Property

Gets or sets a value indicating whether pages no longer directly referenced by the PDF document will be restored to the document.

Namespace:  Atalasoft.PdfDoc.Repair
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool RestoreOrphanedPages { get; set; }

Property Value

Type: Boolean
true if orphaned pages will be restored; otherwise, false.
Remarks
Orphaned pages represent pages that were removed from the document's page collection but were left in the file. Removed pages may have been deleted or the page collection may be been damaged.

Setting this property requires scanning the entire file.

See Also