In This Topic
Clones a page at a specified index () and inserts it at a specified position ().
Syntax
'Declaration
Public Sub ClonePage( _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
)
public void ClonePage(
System.int ,
System.int ,
System.bool ,
System.bool
)
Parameters
- sourceIndex
- The index of the page to clone.
- destinationIndex
- The destination index.
- cloneAnnotations
- Indicates whether to clone page annotations.
- cloneFields
- Indicates whether to clone fields existing on the source page.
See Also