AddPage

AddPage(int, int)

Add page to the page collection.

public void AddPage(int documentIndex, int pageNumber)
Parameter Type Description
documentIndex Int32 DocumentInfo index.
pageNumber Int32 PageInfo number.

Exceptions

exception condition
GroupDocsMergerException

See Also


AddPage(IPageInfo)

Add page to the page collection.

public void AddPage(IPageInfo page)
Parameter Type Description
page IPageInfo PageInfo instance.

Exceptions

exception condition
GroupDocsMergerException

See Also