PDFReaderControls.NET Professional Type Reference

Page.Clone Method (String)

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

public Page Clone(
   string fieldPrefix
);

Parameters

fieldPrefix
The fieldprefix to use (null or string.Empty means: no prefix)

Return Value

The cloned page.

Remarks

Default clone settings: PageCloneSettings.Actions | PageCloneSettings.Shapes | PageCloneSettings.Widgets

See Also

Page Class | TallComponents.PDF Namespace | Page.Clone Overload List