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