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 |
|---|---|
| Abort | Cancel the paste operation. |
| UseDestinationTypes | Proceed with the paste operation and use the types with the same name in the destination document. |