Table of Contents

ImageUtils.StripOLEHeader Method

Access stores images encapsulated on an OLE container. This function will load an OLE image and try to return the raw image data.

Remarks

See Ms kb Q175261

Syntax

Namespace: FlexCel.Core

public static Byte[] StripOLEHeader(Byte[] data)

Parameters

<-> Parameter Type Description
data Byte[] Image in OLE format.

Returns

Image on raw format.

See also