M_PDFiumSharp_PdfPageCollection_Add - 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 Add(
PdfDocument sourceDocument,
params int[] srcPageIndices
)
- sourceDocument
- Type: PDFiumSharp.PdfDocument
- srcPageIndices
- Type: System.Int32[]
Type: Boolean
PdfPageCollection Class
Add Overload
PDFiumSharp Namespace
PDFium.FPDF_ImportPages(FPDF_DOCUMENT, FPDF_DOCUMENT, Int32, Int32[])