Pular para o conteúdo principal

PdfMarkTextElement

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

public class PdfMarkTextElement : PdfMarkElement

Hierarquia: objectPdfMarkElementPdfMarkTextElement

Construtores

PdfMarkTextElement()

public PdfMarkTextElement()

PdfMarkTextElement(PadesVisualRectangle, params PdfTextSection[])

public PdfMarkTextElement(PadesVisualRectangle relativeContainer, params PdfTextSection[] sections)

Parâmetros

NomeTipoDescrição
relativeContainerPadesVisualRectangle
sectionsPdfTextSection[]

Propriedades

Align

public PadesHorizontalAlign Align { get; set; }

Retorno

PadesHorizontalAlign


TextSections

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

Retorno

List<PdfTextSection>


VerticalAlign

public PadesVerticalAlign? VerticalAlign { get; set; }

Retorno

PadesVerticalAlign?


Métodos

ToModel()

public override PdfMarkElementModel ToModel()

Retorno

PdfMarkElementModel


Membros herdados

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