Click or drag to resize

PdfiumFPDFImageObj_GetInlineDict Method

Get the dictionary of the inline image object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFImageObj_GetInlineDict(
	IntPtr image_obj
)

Parameters

image_obj  IntPtr
The handle to an image object.

Return Value

IntPtr
The handle to the dictionary.
See Also