Click or drag to resize

PdfiumFPDFImageObj_SetJpegImage Method

Load Image from an array containing JPEG image and then set it to an image object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFImageObj_SetJpegImage(
	IntPtr image_obj,
	byte[] imageData
)

Parameters

image_obj  IntPtr
The handle to an image object.
imageData  Byte
An array that contains jpeg encoded image

Return Value

Boolean
Returns TRUE on success; FALSE otherwise.
See Also