Show / Hide Table of Contents

Class PdfMarkText

Inheritance
Object
PdfMarkElement
PdfMarkText
Inherited Members
PdfMarkElement.Opacity
PdfMarkElement.RelativeContainer
PdfMarkElement.Rotation
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 PdfMarkText : PdfMarkElement

Constructors

PdfMarkText()

Declaration
public PdfMarkText()

Properties

Align

Declaration
public PadesHorizontalAlign Align { get; set; }
Property Value
Type Description
PadesHorizontalAlign

LineSpacing

The line spacing multiplier based on the font size.

Declaration
public double? LineSpacing { get; set; }
Property Value
Type Description
Nullable<Double>

Texts

Declaration
public List<PdfTextSection> Texts { get; set; }
Property Value
Type Description
List<PdfTextSection>

VerticalAlign

Declaration
public PadesVerticalAlign VerticalAlign { get; set; }
Property Value
Type Description
PadesVerticalAlign

Methods

AddSection(PdfTextSection)

Declaration
public void AddSection(PdfTextSection text)
Parameters
Type Name Description
PdfTextSection text

AddSections(PdfTextSection[])

Declaration
public void AddSections(params PdfTextSection[] text)
Parameters
Type Name Description
PdfTextSection[] text

AddSections(IEnumerable<PdfTextSection>)

Declaration
public void AddSections(IEnumerable<PdfTextSection> texts)
Parameters
Type Name Description
IEnumerable<PdfTextSection> texts
Back to top Copyright © 2015-2020 Lacuna Software