Click or drag to resize

PropertyRepairOptionsReplacer Property

Gets or sets the delegate that will be called to replace the value of a damaged PDF property. This method is not recommended for general use as it requires thorough understanding of the PDF specification.

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 PropertyRepairOptionsPropertyValueReplacer Replacer { get; set; }

Property Value

Type: PropertyRepairOptionsPropertyValueReplacer
The replacer for properties.
See Also