PDFReaderControls.NET Professional Type Reference

Page.Clone Method

Clones this page with default clone settings.

Overload List

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);

See Also

Page Class | TallComponents.PDF Namespace