[]
Gets or sets a value indicating whether to copy NamedDestinations. By default this property is false.
Note that if the source document contains destinations with same names as in the target document, then those destinations will be skipped. A more complex logic can be implemented programmatically.
public bool CopyNamedDestinations { get; set; }
Public Property CopyNamedDestinations As Boolean