M_PDFiumSharp_PDFium_FPDF_LoadPage - ArgusMagnus/PDFiumSharp GitHub Wiki
Load a page inside the document.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static FPDF_PAGE FPDF_LoadPage(
FPDF_DOCUMENT document,
int page_index
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to document. - page_index
- Type: System.Int32
Zero-based index of the page.
Type: FPDF_PAGE
A handle to the loaded page, or NULL if page load fails.
The loaded page can be closed using FPDF_ClosePage.
PDFium Class
PDFiumSharp Namespace
[!:PdfPageCollection[int]]
PdfDocument.Pages