Class PdfTextSection
Inherited Members
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki.dll
Syntax
public class PdfTextSection
Constructors
PdfTextSection()
Declaration
public PdfTextSection()
Properties
Color
Text color. If not set, default if Black.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
FontSize
Declaration
public double? FontSize { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Double> |
Style
Declaration
public PdfTextStyle Style { get; set; }
Property Value
Type | Description |
---|---|
PdfTextStyle |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String |