GenerateImageData
Generates and returns the equation image based on the current settings.
C++
HRESULT GenerateImageData([out, retval] VARIANT *imagedata);
The vt field is set to VT_ARRAY|VT_IU1 and data should be accessed using parray field of the VARIANT structure.
Visual Basic
Public Function GenerateImageData () As Long
Parameters
None
Return value
The return value is an array of bytes from which a .NET image can be constructed using Image.FromStream. The format is designated by the previous call to SetImageType.
|