Table of Contents

FlexCelSVGExport.IdPrefix Property

Prefix to be used in all definitions inside the svg file. For normal SVG files you can leave this null, but if you are embedding the files inside an html file, you need to ensure every image has unique identifiers. All SVG identifiers from different images inside an html file must be unique.

Syntax

Namespace: FlexCel.Render

public String IdPrefix { get; set; }

See also