Table of Contents

TSVGBlip Record

Contains the data of an SVG image, when the blip is of SVG type.

Syntax

Unit: FlexCel.Core

TSVGBlip = record;

Methods

Name Description
Create Overloaded
Create(TBytes, Boolean)
Create(TBytes, string, string, Boolean)
Clone Creates a deep-copy of this object.

Properties

Name Description
ImageFileName File name which will be used when saving the file inside the xlsx container.
ContentType Content type for the image, like "image/jpeg".
PictureData Data of the SVG image. This is normally UTF-8 encoded.
Empty returns an empty TSVGBlip.
IsEmpty Returns true if this svg doesn't have data.