FPDF_VIEWERREF_GetNumCopies function
- @Native<FPDF_BOOL Function(FPDF_DOCUMENT)>(FPDF_DOCUMENT)>()
- FPDF_DOCUMENT document
Function: FPDF_VIEWERREF_GetNumCopies Returns the number of copies to be printed. Parameters: document - Handle to the loaded document. Return value: The number of copies to be printed.
Implementation
@ffi.Native<ffi.Int Function(FPDF_DOCUMENT)>()
external int FPDF_VIEWERREF_GetNumCopies(FPDF_DOCUMENT document);