 | PdfiumFPDFImageObj_IsInline Method |
Get a flag indicating whether the specified image object is inline image.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFImageObj_IsInline(
IntPtr image_obj
)
Public Shared Function FPDFImageObj_IsInline (
image_obj As IntPtr
) As Boolean
public:
static bool FPDFImageObj_IsInline(
IntPtr image_obj
)
static member FPDFImageObj_IsInline :
image_obj : IntPtr -> bool
public static boolean FPDFImageObj_IsInline(
IntPtr image_obj
)
Patagames.Pdf.Pdfium.FPDFImageObj_IsInline = function(image_obj);
Parameters
- image_obj IntPtr
- The handle to an image object.
Return Value
BooleanTRUE if the specified image object is inline, otherwise FALSE.
See Also