 | PdfiumFPDF_VIEWERREF_GetPrintPageRange Method |
Page numbers to initialize print dialog box when file is printed.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDF_VIEWERREF_GetPrintPageRange(
IntPtr document
)
Public Shared Function FPDF_VIEWERREF_GetPrintPageRange (
document As IntPtr
) As IntPtr
public:
static IntPtr FPDF_VIEWERREF_GetPrintPageRange(
IntPtr document
)
static member FPDF_VIEWERREF_GetPrintPageRange :
document : IntPtr -> IntPtr
public static IntPtr FPDF_VIEWERREF_GetPrintPageRange(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDF_VIEWERREF_GetPrintPageRange = function(document);
Parameters
- document IntPtr
- Handle to the loaded document.
Return Value
IntPtrThe print page range to be used for printing.
See Also