Click or drag to resize

PdfiumFPDFPRINT_GetDocument Method

Gets the handle to the prepared document

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFPRINT_GetDocument(
	IntPtr printHandle
)

Parameters

printHandle  IntPtr
A valid handle to an open direct printing object.

Return Value

IntPtr
Prepared document or IntPtr.Zero if any errors occurs.
See Also