Method CloneToArray

Namespace TallComponents.PDF
Class PageCollection

Clones this PageCollection with the default clone settings but 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.

Default clone settings: PageCloneSettings.Actions | PageCloneSettings.Shapes | PageCloneSettings.Widgets

Syntax

public  Page[]  CloneToArray( String  fieldPrefix )

Returns

Page[]

A page[] array.

Parameters


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