The DuplicatePage method duplicates the current page with all its contents and places the duplicated copy in the position specified by PageIndex.
public Function DuplicatePage (ByVal pageNumber As Integer) As Boolean
public System.Boolean DuplicatePage ( System.Int32 pageNumber)
pageNumber
The page number indicates the place where the copy of the current page shall be put.
True if the page was deleted, False otherwise.
Member of Amyuni.PDFCreator.IacDocument.