Class CaptionParameters

Class CaptionParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

Tham số chú thích.

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

Kế thừa

objectCaptionParameters

Các thành viên kế thừa

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

Thuộc tính

Căn chỉnh

Căn chỉnh văn bản chú thích theo chiều ngang.
Giá trị mặc định: StringAlignment.Center.

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

Giá trị thuộc tính

TextAlignment

Phông chữ

Phông chữ chú thích.
Giá trị mặc định: Arial 8pt thường.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "Font")]
public FontUnit Font { get; }

Giá trị thuộc tính

FontUnit

Không ngắt dòng

Xác định việc ngắt dòng (ngắt đoạn) trong văn bản.
Giá trị mặc định: false.

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

Giá trị thuộc tính

bool

Đệm

Đệm chú thích.
Giá trị mặc định cho CaptionAbove: 5pt 5pt 0 5pt.
Giá trị mặc định cho CaptionBelow: 0 5pt 5pt 5pt.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "Padding")]
public Padding Padding { get; set; }

Giá trị thuộc tính

Padding

Văn bản

Văn bản chú thích.
Giá trị mặc định: chuỗi rỗng.

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

Giá trị thuộc tính

string

Màu văn bản

Màu văn bản chú thích.
Giá trị mặc định: Color.Black.

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

Giá trị thuộc tính

Màu

Hiển thị

Tính khả thi của văn bản chú thích.
Giá trị mặc định: false.

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

Giá trị thuộc tính

bool

 Tiếng Việt