Table of Contents

TBlip Class

Picture and properties used in a Blip fill.

Syntax

Namespace: FlexCel.Core

public class TBlip: IComparable

Constructors

Name Description
TBlip Creates a new Blip.

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.
Equals Returns true if this instance has the same data as the object obj.
GetHashCode Returns the hashcode for this object

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.
ContentType Content type for the image, like "image/jpeg".
ImageFileName File name which will be used when saving the file inside the xlsx container.
PictureData Image data.
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.