Pular para o conteúdo principal

PdfTextSection

Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class

public class PdfTextSection

Hierarquia: objectPdfTextSection

Construtores

PdfTextSection()

public PdfTextSection()

PdfTextSection(string, Color, double?)

public PdfTextSection(string text, Color color, double? fontSize = null)

Parâmetros

NomeTipoDescrição
textstring
colorColor
fontSizedouble?

PdfTextSection(string)

public PdfTextSection(string text)

Parâmetros

NomeTipoDescrição
textstring

Propriedades

Color

public Color Color { get; set; }

Retorno

Color


FontSize

public double? FontSize { get; set; }

Retorno

double?


Style

public PdfTextStyle Style { get; set; }

Retorno

PdfTextStyle


Text

public string Text { get; set; }

Retorno

string


Métodos

ToModel()

public PdfTextSectionModel ToModel()

Retorno

PdfTextSectionModel


Membros herdados

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