Click or drag to resize

PdfiumFPDFPage_Delete Method

Delete a PDF page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPage_Delete(
	IntPtr document,
	int page_index
)

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String), FPDF_LoadMemDocument(Byte, Int32, String) or FPDF_LoadCustomDocument(FPDF_FILEACCESS, String).
page_index  Int32
The index of a page.
See Also