ArrayRepairOptionsRepairDamagedElements Property |
Gets or sets a value indicating whether to repair missing references.
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 RepairDamagedElements { get; set; }
Public Property RepairDamagedElements As Boolean
Get
Set
Property Value
Type:
Booleantrue if DotPdf will attempt to repair missing references; otherwise,
false.
Remarks
If true, arrays that contain objects that can't be parsed or realized will be either set to null (default) or replaced with
a value supplied by the value replacer.
See Also