Pular para o conteúdo principal

PdfMarkText

Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki
Class

public class PdfMarkText : PdfMarkElement

Hierarquia: objectPdfMarkElementPdfMarkText

Construtores

PdfMarkText()

public PdfMarkText()

Propriedades

Align

public PadesHorizontalAlign Align { get; set; }

Retorno

PadesHorizontalAlign


LineSpacing

The line spacing multiplier based on the font size.

public double? LineSpacing { get; set; }

Retorno

double?


Texts

public List<PdfTextSection> Texts { get; set; }

Retorno

List<PdfTextSection>


VerticalAlign

public PadesVerticalAlign VerticalAlign { get; set; }

Retorno

PadesVerticalAlign


Métodos

AddSection(PdfTextSection)

public void AddSection(PdfTextSection text)

Parâmetros

NomeTipoDescrição
textPdfTextSection

AddSections(IEnumerable<PdfTextSection>)

public void AddSections(IEnumerable<PdfTextSection> texts)

Parâmetros

NomeTipoDescrição
textsIEnumerable<PdfTextSection>

AddSections(params PdfTextSection[])

public void AddSections(params PdfTextSection[] text)

Parâmetros

NomeTipoDescrição
textPdfTextSection[]

Membros herdados

Opacity, RelativeContainer, Rotation, ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()