| NameConflictResolution Enumeration |
The strategy that is followed when global elements from different input documents
have the same name. This setting is most commonly relevant for
FormFields.
Namespace: PdfTools.Toolbox.PdfAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
Syntax public enum NameConflictResolution
Members Member name | Value | Description |
---|
Merge | 1 |
Elements with the same name are considered the same and are merged if possible.
|
Rename | 2 |
Elements with the same name are considered different and the later occurrence is renamed.
|
See Also