Show / Hide Table of Contents

Class PdfTextSection

Inheritance
Object
PdfTextSection
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
Back to top Copyright © 2015-2020 Lacuna Software