Click or drag to resize

IPdfDocumentCopyPage Method

Copies the specified page from a PDF document into this PDF document and adds it to the end of the page list.

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
void CopyPage(
	IPdfDocument fromPdfDocument,
	int pageIndex
)

Parameters

fromPdfDocument  IPdfDocument
PDF document to copy a page from.
pageIndex  Int32
The page index from the PDF document to copy.
Remarks
The document will still need to be saved using the [o:Save] method.
See Also