Class ImageParameters

Class ImageParameters

Název místa: Aspose.BarCode.Generation Shromáždění: Aspose.BarCode.dll (25.4.0)

parametry obrazu.

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

Inheritance

object ImageParameters

Dědiční členové

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

Properties

Pdf

PDF parametry

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

Hodnota nemovitosti

PdfParameters

Svg

SVG parametry

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

Hodnota nemovitosti

SvgParameters

 Čeština