PageCloneSettings specifies what and how to clone a page.

Namespace: TallComponents.PDF
Assembly: 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 nameValueDescription
None0 None of the flags are set (value = 0).
Actions1 Clones Actions
Shapes2 Clones all Shapes included in the Canvas from the [Visual]Underlay and [Visual]Overlay.
Widgets4 Clones Widgets including Fields
NoOriginalGraphics8 Force the skip cloning the original graphics (content).

See Also