PDFKit.NET 2.0 Class Library (.NET 2.0)

PageCollection.CloneToArray Method (PageCloneSettings, String)

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

public Page[] CloneToArray(
   PageCloneSettings cloneSettings,
   string fieldPrefix
);

Parameters

cloneSettings
The clone settings.
fieldPrefix
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

PageCollection Class | TallComponents.PDF Namespace | PageCollection.CloneToArray Overload List