PageCloneSettings specifies what and how to clone a page.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | None of the flags are set (value = 0). | 0 |
| Actions | Clones Actions | 1 |
| Shapes | Clones all Shapes included in the Canvas from the [Visual]Underlay and [Visual]Overlay. | 2 |
| Widgets | Clones Widgets including Fields | 4 |
| NoOriginalGraphics | Force the skip cloning the original graphics (content). | 8 |
Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)