Click or drag to resize

PdfiumFPDF_VIEWERREF_GetNumCopies Method

Returns the number of copies to be printed.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDF_VIEWERREF_GetNumCopies(
	IntPtr document
)

Parameters

document  IntPtr
Handle to the loaded document.

Return Value

Int32
The number of copies to be printed.
See Also