 | PdfiumFPDFPattern_GetDocument Method |
Get PDF Document assigned with the pattern.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFPattern_GetDocument(
IntPtr pattern
)
Public Shared Function FPDFPattern_GetDocument (
pattern As IntPtr
) As IntPtr
public:
static IntPtr FPDFPattern_GetDocument(
IntPtr pattern
)
static member FPDFPattern_GetDocument :
pattern : IntPtr -> IntPtr
public static IntPtr FPDFPattern_GetDocument(
IntPtr pattern
)
Patagames.Pdf.Pdfium.FPDFPattern_GetDocument = function(pattern);
Parameters
- pattern IntPtr
- The handle to the pattern.
Return Value
IntPtrThe handle to the PDF document.
See Also