FPDFPage_Delete function
- @Native<Void Function(FPDF_DOCUMENT, Int)>(FPDF_DOCUMENT, ffi.Int)>()
- FPDF_DOCUMENT document,
- int page_index
Delete the page at |page_index|.
document - handle to document. page_index - the index of the page to delete.
Implementation
@ffi.Native<ffi.Void Function(FPDF_DOCUMENT, ffi.Int)>()
external void FPDFPage_Delete(FPDF_DOCUMENT document, int page_index);