TSVGBlip Record
Contains the data of an SVG image, when the blip is of SVG type.
Syntax
Unit: FlexCel.Core
TSVGBlip = record;
Methods
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.
|