PDFKit.NET 2.0 Class Library (.NET 2.0)

PageCollection.CloneToArray Method

Clones this PageCollection with default clone settings.

Overload List

Clones this PageCollection with default clone settings.

public Page[] CloneToArray();

Clones this PageCollection with the default clone settings but prefix the field fullNames.

public Page[] CloneToArray(string);

Clones this PageCollection with the specified clone settings.

public Page[] CloneToArray(PageCloneSettings);

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

public Page[] CloneToArray(PageCloneSettings,string);

See Also

PageCollection Class | TallComponents.PDF Namespace