 | PdfiumFPDF_VIEWERREF_GetNumCopies Method |
Returns the number of copies to be printed.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDF_VIEWERREF_GetNumCopies(
IntPtr document
)
Public Shared Function FPDF_VIEWERREF_GetNumCopies (
document As IntPtr
) As Integer
public:
static int FPDF_VIEWERREF_GetNumCopies(
IntPtr document
)
static member FPDF_VIEWERREF_GetNumCopies :
document : IntPtr -> int
public static int FPDF_VIEWERREF_GetNumCopies(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDF_VIEWERREF_GetNumCopies = function(document);
Parameters
- document IntPtr
- Handle to the loaded document.
Return Value
Int32The number of copies to be printed.
See Also