DuplicateTypeAction
Description:
This enumerated type defines the action to be taken when there are types with the same name being pasted.
This enumerated type defines the action to be taken when there are types with the same name being pasted.
public enum DuplicateTypeAction
| Name | Description |
|---|---|
| UseDestinationTypes | Proceed with the paste operation and use the types with the same name in the destination document. |
| Abort | Cancel the paste operation. |