 | PdfiumFPDF_VIEWERREF_GetDuplex Method |
Returns the paper handling option to be used when printing from print dialog.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static DuplexTypes FPDF_VIEWERREF_GetDuplex(
IntPtr document
)
Public Shared Function FPDF_VIEWERREF_GetDuplex (
document As IntPtr
) As DuplexTypes
public:
static DuplexTypes FPDF_VIEWERREF_GetDuplex(
IntPtr document
)
static member FPDF_VIEWERREF_GetDuplex :
document : IntPtr -> DuplexTypes
public static DuplexTypes FPDF_VIEWERREF_GetDuplex(
IntPtr document
)
Patagames.Pdf.Pdfium.FPDF_VIEWERREF_GetDuplex = function(document);
Parameters
- document IntPtr
- Handle to the loaded document.
Return Value
DuplexTypesThe paper handling option to be used when printing.
See Also