M_PDFiumSharp_PDFium_FPDF_VIEWERREF_GetNumCopies - ArgusMagnus/PDFiumSharp GitHub Wiki
Returns the number of copies to be printed.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static int FPDF_VIEWERREF_GetNumCopies(
FPDF_DOCUMENT document
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to the loaded document.
Type: Int32
The number of copies to be printed.