Click or drag to resize

PdfiumFPDFImageObj_LoadFromStream Method

Load image from specified image stream to the specified image object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static bool FPDFImageObj_LoadFromStream(
	IntPtr image_obj,
	IntPtr stream,
	bool bInline
)

Parameters

image_obj  IntPtr
The handle to an image object.
stream  IntPtr
The handle to an image.
bInline  Boolean
Flag indicating whether the image should be inline.

Return Value

Boolean
TRUE if successful; otherwise FALSE.
See Also