FPDFDest_GetDestPageIndex function
- @Native<Int Function(FPDF_DOCUMENT, FPDF_DEST)>(FPDF_DOCUMENT, FPDF_DEST)>()
- FPDF_DOCUMENT document,
- FPDF_DEST dest
Get the page index of |dest|.
document - handle to the document. dest - handle to the destination.
Returns the 0-based page index containing |dest|. Returns -1 on error.
Implementation
@ffi.Native<ffi.Int Function(FPDF_DOCUMENT, FPDF_DEST)>()
external int FPDFDest_GetDestPageIndex(FPDF_DOCUMENT document, FPDF_DEST dest);