Click or drag to resize

PdfiumFPDFPattern_GetDocument Method

Get PDF Document assigned with the pattern.

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

Parameters

pattern  IntPtr
The handle to the pattern.

Return Value

IntPtr
The handle to the PDF document.
See Also