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