 | PdfiumFPDFPattern_GetPatternType Method |
Get the type of the specified pattern.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static PatternTypes FPDFPattern_GetPatternType(
IntPtr pattern
)
Public Shared Function FPDFPattern_GetPatternType (
pattern As IntPtr
) As PatternTypes
public:
static PatternTypes FPDFPattern_GetPatternType(
IntPtr pattern
)
static member FPDFPattern_GetPatternType :
pattern : IntPtr -> PatternTypes
public static PatternTypes FPDFPattern_GetPatternType(
IntPtr pattern
)
Patagames.Pdf.Pdfium.FPDFPattern_GetPatternType = function(pattern);
Parameters
- pattern IntPtr
- The handle to the pattern.
Return Value
PatternTypesAn enumerated constant that indicates the type of pattern.
See Also