PdfMarkTextElement
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class
public class PdfMarkTextElement : PdfMarkElement
Hierarquia: object → PdfMarkElement → PdfMarkTextElement
Construtores
PdfMarkTextElement()
public PdfMarkTextElement()
PdfMarkTextElement(PadesVisualRectangle, params PdfTextSection[])
public PdfMarkTextElement(PadesVisualRectangle relativeContainer, params PdfTextSection[] sections)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
relativeContainer | PadesVisualRectangle | |
sections | PdfTextSection[] |
Propriedades
Align
public PadesHorizontalAlign Align { get; set; }
Retorno
PadesHorizontalAlign
TextSections
public List<PdfTextSection> TextSections { get; set; }
Retorno
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()