TBlip.TBlip Constructor
Creates a new Blip.
Syntax
Namespace: FlexCel.Core
public TBlip(TBlipCompression aCompressionState, Byte[] aPictureData, String aImageFileName, String aContentType)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aCompressionState | TBlipCompression | Compression state. | |
aPictureData | Byte[] | Picture Data. This data will be copied in this object, so after using it, you can modify the original and this won't change. | |
aImageFileName | String | File name which will be used when saving the file inside the xlsx container. | |
aContentType | String | Content type for the image, like "image/jpeg". You can use StandardMimeType to get a list of common mime types. |