Clones this page with the specified clone settings and prefix the field fullNames.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public Page Clone(
	PageCloneSettings cloneSettings,
	string fieldPrefix
)
Visual Basic
Public Function Clone ( _
	cloneSettings As PageCloneSettings, _
	fieldPrefix As String _
) As Page

Parameters

cloneSettings
Type: TallComponents.PDF..::..PageCloneSettings
The clone settings.
fieldPrefix
Type: System..::..String
The fieldprefix to use (null or string.Empty means: no prefix)

Return Value

The cloned page.

See Also