'Declaration Public Property CopyNamedDestinations As System.Boolean
public System.bool CopyNamedDestinations {get; set;}
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.
'Declaration Public Property CopyNamedDestinations As System.Boolean
public System.bool CopyNamedDestinations {get; set;}