 | PdfImageObjectLoadJpxFile(Byte) Method |
Load Image from a byte array containing a JPEG2000 image and then set it to an image object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool LoadJpxFile(
byte[] data
)
Public Function LoadJpxFile (
data As Byte()
) As Boolean
public:
bool LoadJpxFile(
array<unsigned char>^ data
)
member LoadJpxFile :
data : byte[] -> bool public boolean LoadJpxFile(
byte[] data
)
function LoadJpxFile(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