Class SvgParameters

Class SvgParameters

Der Name: Aspose.BarCode.Generation Zusammensetzung: Aspose.BarCode.dll (25.4.0)

Die SVG Parameter.

[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.SvgParameters")]
public class SvgParameters

Inheritance

object SvgParameters

Vererbte Mitglieder

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

IsExplicitSizeInPixels

Ist das SVG-Bild ausdrückliche Größe in Pixeln enthalten (Empfohlen)Default Wert: Wahrheit.

[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsExplicitSizeInPixels { get; set; }

Eigentumswert

bool

IsTextDrawnInTextElement

Ist SVG-Bild Text als Textelement anstelle von Wegen enthält (empfohlen)Default Wert: Wahrheit.

[XmlSerialization(Type = XmlSerializationType.Element)]
public bool IsTextDrawnInTextElement { get; set; }

Eigentumswert

bool

SvgColorMode

Mögliche Modalitäten für die Füllung von Farben in SVG-Datei, RGB ist standardmäßig und unterstützt von SVG 1.1.RGBA, HSL, HSLA sind in SVG 2.0 Standard erlaubt.Auch in der RGB-Opazität wird durch den Parameter “Full-Opazität” eingestellt

[XmlSerialization(Type = XmlSerializationType.Element)]
public SvgColorMode SvgColorMode { get; set; }

Eigentumswert

SvgColorMode

 Deutsch