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
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
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
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
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
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; }