Click or drag to resize

FormFieldsConflictResult Enumeration

Namespace:  Atalasoft.PdfDoc.MergeForms
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum FormFieldsConflictResult
Members
  Member nameDescription
KeepCurrentFieldAndMergeChildren Keep field from current form only and merge children with children of external field.
KeepExternalFieldAndMergeChildren Keep field from external form only and merge children with children of current field.
KeepBoth Keep both fields. At list one of field should be renamed.
See Also