M_PDFiumSharp_PDFium_FPDF_ImportPages - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDF_ImportPages Method (FPDF_DOCUMENT, FPDF_DOCUMENT, Int32, Int32[])

Imports pages from src_doc to dest_doc

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static bool FPDF_ImportPages(
	FPDF_DOCUMENT dest_doc,
	FPDF_DOCUMENT src_doc,
	int index,
	params int[] srcPageIndices
)

Parameters

 

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

Return Value

Type: Boolean

See Also

Reference

PDFium Class
FPDF_ImportPages Overload
PDFiumSharp Namespace

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