Click or drag to resize

PdfiumFPDF_VIEWERREF_GetDuplex Method

Returns the paper handling option to be used when printing from print dialog.

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

Parameters

document  IntPtr
Handle to the loaded document.

Return Value

DuplexTypes
The paper handling option to be used when printing.
See Also