Click or drag to resize

PdfiumFPDFPattern_GetPatternType Method

Get the type of the specified pattern.

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

Parameters

pattern  IntPtr
The handle to the pattern.

Return Value

PatternTypes
An enumerated constant that indicates the type of pattern.
See Also