M_PDFiumSharp_PDFium_FPDF_ImportPages_1 - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDF_ImportPages Method (FPDF_DOCUMENT, FPDF_DOCUMENT, String, Int32)

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,
	string pagerange,
	int index
)

Parameters

 

dest_doc
Type: PDFiumSharp.Types.FPDF_DOCUMENT
src_doc
Type: PDFiumSharp.Types.FPDF_DOCUMENT
pagerange
Type: System.String
index
Type: System.Int32

Return Value

Type: Boolean

See Also

Reference

PDFium Class
FPDF_ImportPages Overload
PDFiumSharp Namespace
PdfPageCollection.Insert(Int32, PdfDocument, Int32[])
PdfPageCollection.Add(PdfDocument, Int32[])
PdfDocument.Pages

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