Clones this PageCollection with default clone settings.
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);
PageCollection Class | TallComponents.PDF Namespace