Click or drag to resize
Pdftools logo

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.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntax
C#
public enum NameConflictResolution
Members
Member nameValueDescription
Merge1 Elements with the same name are considered the same and are merged if possible.
Rename2 Elements with the same name are considered different and the later occurrence is renamed.
See Also