Click or drag to resize

PdfImageObjectLoadJpegFile(Byte) Method

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

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool LoadJpegFile(
	byte[] data
)

Parameters

data  Byte
An array containing a jpeg image.

Return Value

Boolean

[Missing <returns> documentation for "M:Patagames.Pdf.Net.PdfImageObject.LoadJpegFile(System.Byte[])"]

See Also