Clones this page with default clone settings.
Clones this page with default clone settings.
public Page Clone();
Clones this page with the default clone settings but prefix the field fullNames.
public Page Clone(string);
Clones this page with the specified clone settings.
public Page Clone(PageCloneSettings);
Clones this page with the specified clone settings and prefix the field fullNames.
public Page Clone(PageCloneSettings,string);
Page Class | TallComponents.PDF Namespace