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
Equals Returns true if this instance has the same data as the object obj.
CompareTo Returns -1 if obj is bigger than this, 0 if both objects are the same, and 1 if obj is smaller than this.
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.
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".
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.