Form |
public enum FormFieldCopyStrategy
| Member name | Value | Description |
|---|---|---|
| Copy | 1 | The elements are copied as-is to the target document. |
| Flatten | 2 | The elements are removed but the visible representation is retained. |
| Remove | 3 | The elements are removed completely. |
| CopyAndUpdateWidgets | 4 | Copy widgets that belong to form fields copied previously with Copy(Document, FieldNode). Any changes made to copied form fields are reflected in the widgets. |