IBlip Interface
Picture and properties used in a Blip fill.
Syntax
Unit: FlexCel.Core
IBlip = interface(IInterface);
Methods
| Name |
Description |
| CompareTo |
Returns -1 if obj is bigger than this, 0 if both objects are the same, and 1 if obj is smaller than this.
|
Properties
| Name |
Description |
| CompressionState |
Specifies the compression state with which the picture is stored. This allows the application to specify the amount of compression that has been applied to a picture.
|
| PictureData |
Image data.
|
| ImageFileName |
File name which will be used when saving the file inside the xlsx container.
|
| ContentType |
Content type for the image, like "image/jpeg".
|
| BStorePos |
Position of the image in the image store. Internal use.
|
| SVGBlip |
If the blip contains an SVG image, then the actual data of the SVG image is here. In this case, PictureData contains a PNG render of the SVG image.
|