PdfGeneratedDocumentRepairOptions Property |
Gets the repair options that will be used for the document.
Namespace:
Atalasoft.PdfDoc.Generating
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public RepairOptions RepairOptions { get; }
Public ReadOnly Property RepairOptions As RepairOptions
Get
Property Value
Type:
RepairOptionsRemarks 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