Link Search Menu Expand Document

DocumentRenameMatchingFieldsDuringMerge Property

Sets whether to rename form controls with matching names during merging with MergeDocuments(Document) methods.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public 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