Class PdfParameters

Class PdfParameters

İsim alanı : Aspose.BarCode.Generation Toplama: Aspose.BarCode.dll (25.4.0)

PDF parametreleri

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

Inheritance

object PdfParameters

mirasçı üyeleri

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

Properties

CMYKBackRenkli

Null anlamına gelir CMYK renk kullanılmıyor, bunun yerine normal RGB renk kullanılır.

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

Mülkiyet Değer

CMYKColor

CMYKBarRenkli

Null anlamına gelir CMYK rengi kullanılmaz, bunun yerine normal RGB renk kullanılır.

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

Mülkiyet Değer

CMYKColor

CMYKCaptionAboveRenkli

Null anlamına gelir CMYK rengi kullanılmaz, bunun yerine normal RGB renk kullanılır.

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

Mülkiyet Değer

CMYKColor

CMYKCaptionDüşükRenk

Null anlamına gelir CMYK rengi kullanılmaz, bunun yerine normal RGB renk kullanılır.

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

Mülkiyet Değer

CMYKColor

CMYKCodetextRenkli

Null anlamına gelir CMYK rengi kullanılmaz, bunun yerine normal RGB renk kullanılır.

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

Mülkiyet Değer

CMYKColor

 Türkçe