PdfMergingOptions.ControlMergingMode Property

Gets or sets the value indicating how to merge PDF controls.

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

Syntax

C#
public PdfControlMergingMode ControlMergingMode { get; set; }
VB
Public Property ControlMergingMode As PdfControlMergingMode
	Get
	Set

Property Value

Type: PdfControlMergingMode
The merging mode for PDF controls.

Remarks

Default value: CopyWithRename.

See Also