FPDF_VIEWERREF_GetNumCopies function

  1. @Native<FPDF_BOOL Function(FPDF_DOCUMENT)>(FPDF_DOCUMENT)>()
int FPDF_VIEWERREF_GetNumCopies(
  1. 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);