Class PdfTextSection
Inheritance
PdfTextSection
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PdfTextSection
Constructors
PdfTextSection()
Declaration
PdfTextSection(String)
Declaration
public PdfTextSection(string text)
Parameters
Type |
Name |
Description |
String |
text |
|
PdfTextSection(String, Color, Nullable<Double>)
Declaration
public PdfTextSection(string text, Color color, double? fontSize = default(double? ))
Parameters
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
FontSize
Declaration
public double? FontSize { get; set; }
Property Value
Style
Declaration
public PdfTextStyle Style { get; set; }
Property Value
Type |
Description |
Lacuna.RestPki.Api.PadesSignature.PdfTextStyle |
|
Text
Declaration
public string Text { get; set; }
Property Value
Methods
ToModel()
Declaration
public PdfTextSectionModel ToModel()
Returns
Type |
Description |
Lacuna.RestPki.Api.PadesSignature.PdfTextSectionModel |
|
Extension Methods