PDFKit.NET 2.0 Class Library (.NET 2.0)

PageCloneSettings Enumeration

PageCloneSettings specifies what and how to clone a page.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum PageCloneSettings

Members

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

Requirements

Namespace: TallComponents.PDF

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

TallComponents.PDF Namespace