PdfTextSection
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki
Class
public class PdfTextSection
Hierarquia: object → PdfTextSection
Construtores
PdfTextSection()
public PdfTextSection()
Propriedades
Color
Text color. If not set, default if Black.
public Color Color { get; set; }
Retorno
FontSize
public double? FontSize { get; set; }
Retorno
Style
public PdfTextStyle Style { get; set; }
Retorno
Text
public string Text { get; set; }
Retorno
Membros herdados
ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()