Function pdfium_render::bindgen::FPDF_VIEWERREF_GetNumCopies
source ·
[−]pub unsafe extern "C" fn FPDF_VIEWERREF_GetNumCopies(
document: FPDF_DOCUMENT
) -> c_intExpand 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.
