Method Add

Namespace TallComponents.PDF
Class PageCollection

Add a new or existing page to end of this collection.

While appending existing pages to a target document, the source documents need to be open until the target document.Write is called.

Syntax

public  Void  Add( Page  page )

Returns

Void

The index at which the has been added.

Parameters


Page page
The source page.