Discuss this help topic in SecureBlackbox Forum
Specifies image data.
Declaration
[VB.NET]
Property Data As Byte()
[Pascal]
property Data : ByteArray; {array of byte}
[C++]
void get_Data(std::vector<uint8_t> &OutResult);
void set_Data(const std::vector<uint8_t> &Value);
[PHP]
string get_Data()
void set_Data(array of byte|string|NULL $Value)
Description
Use this property to specify image data.
Discuss this help topic in SecureBlackbox Forum