Class PdfMarkTextElement
Inheritance
PdfMarkTextElement
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PdfMarkTextElement : PdfMarkElement
Constructors
PdfMarkTextElement()
Declaration
public PdfMarkTextElement()
PdfMarkTextElement(PadesVisualRectangle, PdfTextSection[])
Declaration
public PdfMarkTextElement(PadesVisualRectangle relativeContainer, params PdfTextSection[] sections)
Parameters
Properties
Align
Declaration
public PadesHorizontalAlign Align { get; set; }
Property Value
Type |
Description |
Lacuna.RestPki.Api.PadesSignature.PadesHorizontalAlign |
|
TextSections
Declaration
public List<PdfTextSection> TextSections { get; set; }
Property Value
VerticalAlign
Declaration
public PadesVerticalAlign? VerticalAlign { get; set; }
Property Value
Type |
Description |
Nullable<Lacuna.RestPki.Api.PadesSignature.PadesVerticalAlign> |
|
Methods
ToModel()
Declaration
public override PdfMarkElementModel ToModel()
Returns
Type |
Description |
Lacuna.RestPki.Api.PadesSignature.PdfMarkElementModel |
|
Overrides
Extension Methods