 | PdfImageObjectLoadJpegFile(Byte) Method |
Load Image from a byte array containing a JPEG 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 LoadJpegFile(
byte[] data
)
Public Function LoadJpegFile (
data As Byte()
) As Boolean
public:
bool LoadJpegFile(
array<unsigned char>^ data
)
member LoadJpegFile :
data : byte[] -> bool public boolean LoadJpegFile(
byte[] data
)
function LoadJpegFile(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