PageCloneSettings specifies what and how to clone a page.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
[FlagsAttribute] public enum PageCloneSettings |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration PageCloneSettings |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | None of the flags are set (value = 0). | |
| Actions | 1 | Clones Actions | |
| Shapes | 2 | Clones all Shapes included in the Canvas from the [Visual]Underlay and [Visual]Overlay. | |
| Widgets | 4 | Clones Widgets including Fields | |
| NoOriginalGraphics | 8 | Force the skip cloning the original graphics (content). |