pub unsafe extern "C" fn FPDF_VIEWERREF_GetNumCopies(
    document: FPDF_DOCUMENT
) -> c_int
Expand description

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.