Skip to content

M_PDFiumSharp_PdfPageCollection_Insert

ArgusMagnus edited this page Apr 4, 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
sourceDocument
Type: PDFiumSharp.PdfDocument
srcPageIndices
Type: System.Int32[]

Return Value

Type: Boolean

See Also

Reference

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

Clone this wiki locally