PDFKit.NET 2.0 Class Library (.NET 2.0)

PageCollection.Add Method 

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

public int Add(
   Page page
);

Parameters

page
The source page.

Return Value

The PageCollection index at which the Page has been added.

Remarks

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

See Also

PageCollection Class | TallComponents.PDF Namespace