Click or drag to resize

PdfImageObjectLoadJpxFile(Byte) Method

Load Image from a byte array containing a JPEG2000 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 LoadJpxFile(
	byte[] data
)

Parameters

data  Byte
An array containing a jpeg2000 image.

Return Value

Boolean

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

See Also