 | PdfiumFPDFImageObj_GetInlineDict Method |
Get the dictionary of the inline image object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFImageObj_GetInlineDict(
IntPtr image_obj
)
Public Shared Function FPDFImageObj_GetInlineDict (
image_obj As IntPtr
) As IntPtr
public:
static IntPtr FPDFImageObj_GetInlineDict(
IntPtr image_obj
)
static member FPDFImageObj_GetInlineDict :
image_obj : IntPtr -> IntPtr
public static IntPtr FPDFImageObj_GetInlineDict(
IntPtr image_obj
)
Patagames.Pdf.Pdfium.FPDFImageObj_GetInlineDict = function(image_obj);
Parameters
- image_obj IntPtr
- The handle to an image object.
Return Value
IntPtrThe handle to the dictionary.
See Also