Click or drag to resize

PdfDocumentRepairOptions Property

Gets the repair options that will be used for the document.

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

Property Value

Type: RepairOptions
Remarks
This object must be set through the constructor for PdfDocument. This is necessary since the constructors open the PDF which may in turn require repair actions. Changing the options after construction may affect some of the repairs or result in them being done inconsistently.
See Also