PdfControlMergingMode Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfControlMergingMode Enumeration
Specifies how to handle form fields when merging PDF documents.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfControlMergingMode
VB
Public Enumeration PdfControlMergingMode

Members

  Member nameValueDescription
Copy0 Copy PDF controls to the resulting document "as is". That might lead to an incorrect PDF document if both source documents contain controls with the same full name(s).
CopyWithRename1 Rename the added PDF controls if the resulting document contains controls with the same full name(s).
Flatten2 Flatten the added PDF controls in the resulting document.
DoNotCopy3 Do not copy PDF controls to the resulting document.

See Also