SvgOptions

Class SvgOptions

Namespace: Imagise.Converter.ImageOptions
Assembly: Imagise.Converter.dll

Create Scalar Vector Graphics (SVG) image files with our API, utilizing versatile options for color types and compression levels. Seamlessly customize your SVG images with precision, ensuring optimal quality and compatibility for your design needs.

public class SvgOptions : ImageOptions, IDisposable, ICompressOptions

Inheritance

object ← ImageOptions ← SvgOptions

Implements

IDisposable, ICompressOptions

Inherited Members

ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

SvgOptions()

Initializes a new instance of the .

public SvgOptions()

Properties

Compress

Gets or sets a value indicating whether this is compressed.

public bool Compress { get; set; }

Property Value

bool