M_PDFiumSharp_PdfPageCollection_Insert - ArgusMagnus/PDFiumSharp GitHub Wiki
Imports pages of sourceDocument into the current PdfDocument.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public bool Insert(
int index,
PdfDocument sourceDocument,
params int[] srcPageIndices
)
- index
- Type: System.Int32
- sourceDocument
- Type: PDFiumSharp.PdfDocument
- srcPageIndices
- Type: System.Int32[]
Type: Boolean
PdfPageCollection Class
Insert Overload
PDFiumSharp Namespace
PDFium.FPDF_ImportPages(FPDF_DOCUMENT, FPDF_DOCUMENT, Int32, Int32[])