Discuss this help topic in SecureBlackbox Forum
Contains array with .jpeg data.
Declaration
[C#/Java]
byte[] JpegData
[VB.NET]
Property JpegData As Byte()
[Pascal]
property JpegData : ByteArray;
[C++]
void get_JpegData(std::vector<uint8_t> &OutResult);
void set_JpegData(const std::vector<uint8_t> &Value);
[PHP]
string get_JpegData()
void set_JpegData(array of byte|string|NULL $Value)
Parameters
Description
Use this property to access image binary data.
Discuss this help topic in SecureBlackbox Forum