Class PdfParameters

Class PdfParameters

Namn på plats: Aspose.BarCode.Generation Sammanfattning: Aspose.BarCode.dll (25.4.0)

PDF parametrar .

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

Inheritance

object PdfParameters

Arvsmedlemmar

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

Properties

CMYKBackfärg

Null betyder att CMYK färg inte används, istället används normal RGB färg.

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

Fastighetsvärde

CMYKColor

CMYKBarfärg

Null betyder att CMYK färg inte används, istället används normal RGB färg.

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

Fastighetsvärde

CMYKColor

CMYKCaptionAboveColor

Null betyder att CMYK färg inte används, istället används normal RGB färg.

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

Fastighetsvärde

CMYKColor

CMYKCaptionBelowfärg

Null betyder att CMYK färg inte används, istället används normal RGB färg.

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

Fastighetsvärde

CMYKColor

CMYKCodetextfärg

Null betyder att CMYK-färgen inte används, istället används den normala RGB- färgen.

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

Fastighetsvärde

CMYKColor

 Svenska