Click or drag to resize

PdfiumFPDFImageObj_GetOC Method

Get an optional content from the specified image object.

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

Parameters

image_obj  IntPtr
The handle to an image object.

Return Value

IntPtr
The handle to the dictionary contains optional content.
See Also