Class PadesVisualText
Inheritance
PadesVisualText
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PadesVisualText
Constructors
|
Improve this Doc
View Source
PadesVisualText()
Declaration
|
Improve this Doc
View Source
PadesVisualText(String, Boolean, Nullable<Double>)
Declaration
public PadesVisualText(string text, bool includeSigningTime = false, double? fontSize = default(double? ))
Parameters
Properties
|
Improve this Doc
View Source
Container
Declaration
public PadesVisualRectangle Container { get; set; }
Property Value
|
Improve this Doc
View Source
FontSize
Declaration
public double? FontSize { get; set; }
Property Value
|
Improve this Doc
View Source
HorizontalAlign
Declaration
public PadesTextHorizontalAlign HorizontalAlign { get; set; }
Property Value
| Type |
Description |
| Lacuna.RestPki.Api.PadesSignature.PadesTextHorizontalAlign |
|
|
Improve this Doc
View Source
IncludeSigningTime
Declaration
public bool IncludeSigningTime { get; set; }
Property Value
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ToModel()
Declaration
public PadesVisualTextModel ToModel()
Returns
| Type |
Description |
| Lacuna.RestPki.Api.PadesSignature.PadesVisualTextModel |
|