PdfMarkText
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki
Class
public class PdfMarkText : PdfMarkElement
Hierarquia: object → PdfMarkElement → PdfMarkText
Construtores
PdfMarkText()
public PdfMarkText()
Propriedades
Align
public PadesHorizontalAlign Align { get; set; }
Retorno
LineSpacing
The line spacing multiplier based on the font size.
public double? LineSpacing { get; set; }
Retorno
Texts
public List<PdfTextSection> Texts { get; set; }
Retorno
VerticalAlign
public PadesVerticalAlign VerticalAlign { get; set; }
Retorno
Métodos
AddSection(PdfTextSection)
public void AddSection(PdfTextSection text)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
text | PdfTextSection |
AddSections(IEnumerable<PdfTextSection>)
public void AddSections(IEnumerable<PdfTextSection> texts)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
texts | IEnumerable<PdfTextSection> |
AddSections(params PdfTextSection[])
public void AddSections(params PdfTextSection[] text)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
text | PdfTextSection[] |
Membros herdados
Opacity, RelativeContainer, Rotation, ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()