Click or drag to resize

PdfLoadOptionsRebuildXrefIfCorrupted Property

Gets or sets a value indicating whether the Xref table should be rebuilt if it is corrupted or missing.

Default value: .


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool RebuildXrefIfCorrupted { get; set; }

Property Value

Boolean
Xref table should be rebuilt if it is corrupted or missing; otherwise .
See Also