IacDocument.DuplicatePage Method

The DuplicatePage method duplicates the current page with all its contents and places the duplicated copy in the position specified by PageIndex.

Syntax

Visual Basic .NET:

public Function DuplicatePage (ByVal pageNumber As Integer) As Boolean

C#:

public System.Boolean DuplicatePage ( System.Int32 pageNumber)

Parameters

pageNumber

The page number indicates the place where the copy of the current page shall be put.

Return Value

True if the page was deleted, False otherwise.

Remarks

Member of Amyuni.PDFCreator.IacDocument.