IDocumentMergerRenameMatchingFieldsDuringMerge Property ByteScout PDF Extractor SDK
Sets whether to rename form controls with the same names when merging.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

bool RenameMatchingFieldsDuringMerge { get; set; }

Property Value

Type: Boolean
Remarks

When merging documents, form fields with the same name may be encountered. If the property "RenameMatchingFieldsDuringMerge" is set to false, such fields will be "linked": changing value in the first field will change value in the second. If "RenameMatchingFieldsDuringMerge" is true (default), such fields will be renamed to avoid unwanted linking.
See Also

Reference