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.PdfAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxvoid 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.
RemarksThe document will still need to be saved using the [o:Save] method.
See Also