PdfTextSection
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class
public class PdfTextSection
Hierarquia: object → PdfTextSection
Construtores
PdfTextSection()
public PdfTextSection()
PdfTextSection(string, Color, double?)
public PdfTextSection(string text, Color color, double? fontSize = null)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
text | string | |
color | Color | |
fontSize | double? |
PdfTextSection(string)
public PdfTextSection(string text)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
text | string |
Propriedades
Color
public Color Color { get; set; }
Retorno
FontSize
public double? FontSize { get; set; }
Retorno
Style
public PdfTextStyle Style { get; set; }
Retorno
PdfTextStyle
Text
public string Text { get; set; }
Retorno
Métodos
ToModel()
public PdfTextSectionModel ToModel()
Retorno
PdfTextSectionModel
Membros herdados
GetType(), MemberwiseClone(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode()