Class ImageParameters

Class ImageParameters

Nama dari : Aspose.BarCode.Generation Perhitungan: Aspose.BarCode.dll (25.4.0)

dengan parameter gambar.

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

Inheritance

object ImageParameters

anggota yang diwarisi

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

Properties

Pdf

Parameter PDF

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

Nilai Properti

PdfParameters

Svg

Parameter SVG

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

Nilai Properti

SvgParameters

 Indonesia