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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public PropertyRepairOptionsPropertyValueReplacer Replacer { get; set; }

Property Value

Type: PropertyRepairOptionsPropertyValueReplacer
The replacer for properties.
See Also