M_PDFiumSharp_PDFium_FPDF_LoadPage - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDF_LoadPage Method

Load a page inside the document.

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

Syntax

C#

public static FPDF_PAGE FPDF_LoadPage(
	FPDF_DOCUMENT document,
	int page_index
)

Parameters

 

document
Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to document.
page_index
Type: System.Int32
Zero-based index of the page.

Return Value

Type: FPDF_PAGE
A handle to the loaded page, or NULL if page load fails.

Remarks

The loaded page can be closed using FPDF_ClosePage.

See Also

Reference

PDFium Class
PDFiumSharp Namespace
[!:PdfPageCollection[int]]
PdfDocument.Pages

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