Copy |
public enum CopyStrategy
Member name | Value | Description |
---|---|---|
Copy | 1 | The elements are copied as-is to the output document. |
Flatten | 2 | The visual appearance of elements is preserved, but they are not interactive anymore. |
Remove | 3 | The elements are removed completely. |