Click or drag to resize

PdfiumFPDFPattern_GetPatternObj Method

Get Dictionary or Stream that describes the pattern.

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

Parameters

pattern  IntPtr
The handle to the pattern.

Return Value

IntPtr
The handle to the Dictionary or Stream object that describes the pattern.
See Also