Method CloneToArray

Namespace TallComponents.PDF
Class PageCollection

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

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

Syntax

public  Page[]  CloneToArray( PageCloneSettings  cloneSettings String  fieldPrefix )

Returns

Page[]

A page[] array.

Parameters


PageCloneSettings cloneSettings
The clone settings.

String fieldPrefix
The field prefix to use (null or string.Empty means: no prefix)