MergeOptions Constructors

Overloads

MergeOptions()Initializes a new instance of the MergeOptions class.
MergeOptions(Boolean)Initializes a new instance of the MergeOptions class.
MergeOptions(Boolean, String)Initializes a new instance of the MergeOptions class.

MergeOptions()

Initializes a new instance of the MergeOptions class.

public MergeOptions()
Public Sub New ()

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

MergeOptions(Boolean)

Initializes a new instance of the MergeOptions class.

public MergeOptions(bool mergeFormFields)
Public Sub New (mergeFormFields As Boolean)

Parameters

mergeFormFields
Boolean

A value indicating if form fields should be merged.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

MergeOptions(Boolean, String)

Initializes a new instance of the MergeOptions class.

public MergeOptions(bool mergeFormFields, string rootFormField)
Public Sub New (mergeFormFields As Boolean, rootFormField As String)

Parameters

mergeFormFields
Boolean

A value indicating if form fields should be merged.

rootFormField
String

The root form field that all merged form fields will be placed under.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

MergeOptions
ceTe.DynamicPDF.Merger

In this topic