FPDFPage_Delete method
Delete the page at |page_index|.
document - handle to document. page_index - the index of the page to delete.
Implementation
void FPDFPage_Delete(FPDF_DOCUMENT document, int page_index) {
return _FPDFPage_Delete(document, page_index);
}