Table of Contents

TSVGBlip Structure

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

Syntax

Namespace: FlexCel.Core

public struct TSVGBlip

Constructors

Methods

Name Description
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.