DocumentMergerRenameMatchingFieldsDuringMerge Property
Sets whether to rename form controls with the same names when merging.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
public bool RenameMatchingFieldsDuringMerge { get; set; }
Public Property RenameMatchingFieldsDuringMerge As Boolean
Get
Set
public:
virtual property bool RenameMatchingFieldsDuringMerge {
bool get () sealed;
void set (bool value) sealed;
}
abstract RenameMatchingFieldsDuringMerge : bool with get, set
override RenameMatchingFieldsDuringMerge : bool with get, set
Property Value
Type:
Boolean Implements
IDocumentMergerRenameMatchingFieldsDuringMergeWhen 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.
Reference