BBjImageManager::loadImageFromBytes
Description
In BBj 7.0 and higher, this method loads a BBjImage object from a string containing binary data.
Syntax
Return Value |
Method |
loadImageFromBytes(string binary) |
Parameters
Variable |
Description |
binary |
String containing the binary data of the image. |
Return Value
Returns the image as a BBjImage object.
Remarks
Use to create images from BLOB data stored within a database.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.