Click or drag to resize

PdfiumFPDFPRINT_GetData Method

Gets the content of prepared document

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static byte[] FPDFPRINT_GetData(
	IntPtr printHandle
)

Parameters

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

Return Value

Byte
Content of prepared document or null if any errors occurs.
See Also