 | PdfiumFPDFPattern_GetPatternObj Method |
Get Dictionary or Stream that describes the pattern.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static IntPtr FPDFPattern_GetPatternObj(
IntPtr pattern
)
Public Shared Function FPDFPattern_GetPatternObj (
pattern As IntPtr
) As IntPtr
public:
static IntPtr FPDFPattern_GetPatternObj(
IntPtr pattern
)
static member FPDFPattern_GetPatternObj :
pattern : IntPtr -> IntPtr public static IntPtr FPDFPattern_GetPatternObj(
IntPtr pattern
)
Patagames.Pdf.Pdfium.FPDFPattern_GetPatternObj = function(pattern);
Parameters
- pattern IntPtr
- The handle to the pattern.
Return Value
IntPtrThe handle to the Dictionary or Stream object that describes the pattern.
See Also