Skip to content

M_PDFiumSharp_PdfPageCollection_Insert

ArgusMagnus edited this page Mar 29, 2017 · 2 revisions

PdfPageCollection.Insert Method (Int32, PdfDocument, Int32[])

Imports pages of sourceDocument into the current PdfDocument.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public bool Insert(
	int index,
	PdfDocument sourceDocument,
	params int[] srcPageIndices
)

Parameters

 

index
Type: System.Int32
[Missing documentation for "M:PDFiumSharp.PdfPageCollection.Insert(System.Int32,PDFiumSharp.PdfDocument,System.Int32[])"]
sourceDocument
Type: PDFiumSharp.PdfDocument
[Missing documentation for "M:PDFiumSharp.PdfPageCollection.Insert(System.Int32,PDFiumSharp.PdfDocument,System.Int32[])"]
srcPageIndices
Type: System.Int32[]
[Missing documentation for "M:PDFiumSharp.PdfPageCollection.Insert(System.Int32,PDFiumSharp.PdfDocument,System.Int32[])"]

Return Value

Type: Boolean
[Missing documentation for "M:PDFiumSharp.PdfPageCollection.Insert(System.Int32,PDFiumSharp.PdfDocument,System.Int32[])"]

See Also

Reference

PdfPageCollection Class
Insert Overload
PDFiumSharp Namespace
PDFium.FPDF_ImportPages(FPDF_DOCUMENT, FPDF_DOCUMENT, Int32, Int32[])

Clone this wiki locally