M_PDFiumSharp_PDFium_FPDF_ImportPages - ArgusMagnus/PDFiumSharp GitHub Wiki
Imports pages from src_doc to dest_doc
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static bool FPDF_ImportPages(
FPDF_DOCUMENT dest_doc,
FPDF_DOCUMENT src_doc,
int index,
params int[] srcPageIndices
)
- dest_doc
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
- src_doc
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
- index
- Type: System.Int32
Zero-based index of where the imported pages should be inserted in the destination document. - srcPageIndices
- Type: System.Int32[]
Zero-based indices of the pages to import in the source document
Type: Boolean