Click or drag to resize

PdfiumFPDFImageObj_IsInline Method

Get a flag indicating whether the specified image object is inline image.

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

Parameters

image_obj  IntPtr
The handle to an image object.

Return Value

Boolean
TRUE if the specified image object is inline, otherwise FALSE.
See Also