Class PdfMarkText
Assembly: Lacuna.Pki.dll
Syntax
public class PdfMarkText : PdfMarkElement
Constructors
PdfMarkText()
Declaration
Properties
Align
Declaration
public PadesHorizontalAlign Align { get; set; }
Property Value
LineSpacing
The line spacing multiplier based on the font size.
Declaration
public double? LineSpacing { get; set; }
Property Value
Texts
Declaration
public List<PdfTextSection> Texts { get; set; }
Property Value
VerticalAlign
Declaration
public PadesVerticalAlign VerticalAlign { get; set; }
Property Value
Methods
AddSection(PdfTextSection)
Declaration
public void AddSection(PdfTextSection text)
Parameters
AddSections(PdfTextSection[])
Declaration
public void AddSections(params PdfTextSection[] text)
Parameters
AddSections(IEnumerable<PdfTextSection>)
Declaration
public void AddSections(IEnumerable<PdfTextSection> texts)
Parameters