FPDF_VIEWERREF_GetPrintPageRangeElement function
- @Native<Int Function(FPDF_PAGERANGE, Size)>(FPDF_PAGERANGE, ffi.Size)>()
- FPDF_PAGERANGE pagerange,
- int index
Experimental API. Function: FPDF_VIEWERREF_GetPrintPageRangeElement Returns an element from a FPDF_PAGERANGE. Parameters: pagerange - Handle to the page range. index - Index of the element. Return value: The value of the element in the page range at a given index. Returns -1 on error.
Implementation
@ffi.Native<ffi.Int Function(FPDF_PAGERANGE, ffi.Size)>()
external int FPDF_VIEWERREF_GetPrintPageRangeElement(
FPDF_PAGERANGE pagerange,
int index,
);