Class ImageParameters

Class ImageParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.4.0)

Image parameters.

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

Inheritance

object ImageParameters

Inherited Members

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

Properties

Pdf

PDF parameters

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

Property Value

PdfParameters

Svg

SVG parameters

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

Property Value

SvgParameters

 English