Clones this PageCollection 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[] CloneToArray(
	PageCloneSettings cloneSettings,
	string fieldPrefix
)
Visual Basic
Public Function CloneToArray ( _
	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

A page[] array.

Remarks

This function doesn't return a PageCollection, but a Page[]. The pages in the array are not bound to any PageCollection.

See Also