Access stores images encapsulated on an OLE container. This function will load an OLE image and try to return the raw image data.
See Ms kb Q175261
Syntax
Unit: FlexCel.Core
class function TImageUtils.StripOLEHeader(const data: TBytes): TBytes; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
data |
TBytes |
Image in OLE format. |
Returns
Image on raw format.
See also