M_PDFiumSharp_PdfPageCollection_Add - ArgusMagnus/PDFiumSharp GitHub Wiki

PdfPageCollection.Add Method (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 Add(
	PdfDocument sourceDocument,
	params int[] srcPageIndices
)

Parameters

 

sourceDocument
Type: PDFiumSharp.PdfDocument
srcPageIndices
Type: System.Int32[]

Return Value

Type: Boolean

See Also

Reference

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

⚠️ **GitHub.com Fallback** ⚠️