Show / Hide Table of Contents

Class PdfMarkTextElement

Inheritance
Object
PdfMarkElement
PdfMarkTextElement
Inherited Members
PdfMarkElement.ElementType
PdfMarkElement.RelativeContainer
PdfMarkElement.Rotation
PdfMarkElement.Opacity
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PdfMarkTextElement : PdfMarkElement

Constructors

PdfMarkTextElement()

Declaration
public PdfMarkTextElement()

PdfMarkTextElement(PadesVisualRectangle, PdfTextSection[])

Declaration
public PdfMarkTextElement(PadesVisualRectangle relativeContainer, params PdfTextSection[] sections)
Parameters
Type Name Description
PadesVisualRectangle relativeContainer
PdfTextSection[] sections

Properties

Align

Declaration
public PadesHorizontalAlign Align { get; set; }
Property Value
Type Description
Lacuna.RestPki.Api.PadesSignature.PadesHorizontalAlign

TextSections

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

VerticalAlign

Declaration
public PadesVerticalAlign? VerticalAlign { get; set; }
Property Value
Type Description
Nullable<Lacuna.RestPki.Api.PadesSignature.PadesVerticalAlign>

Methods

ToModel()

Declaration
public override PdfMarkElementModel ToModel()
Returns
Type Description
Lacuna.RestPki.Api.PadesSignature.PdfMarkElementModel
Overrides
PdfMarkElement.ToModel()

Extension Methods

PdfMarkElementExtensions.OnContainer<T>(T, PadesVisualRectangle)
PdfMarkElementExtensions.WithRotation<T>(T, Int32)
PdfMarkElementExtensions.Rotate90Clockwise<T>(T)
PdfMarkElementExtensions.Rotate90Counterclockwise<T>(T)
PdfMarkElementExtensions.Rotate180<T>(T)
PdfMarkElementExtensions.WithOpacity<T>(T, Double)
PdfMarkElementExtensions.AlignTextLeft(PdfMarkTextElement)
PdfMarkElementExtensions.AlignTextRight(PdfMarkTextElement)
PdfMarkElementExtensions.AlignTextCenter(PdfMarkTextElement)
PdfMarkElementExtensions.VerticalAlignTextTop(PdfMarkTextElement)
PdfMarkElementExtensions.VerticalAlignTextCenter(PdfMarkTextElement)
PdfMarkElementExtensions.VerticalAlignTextBottom(PdfMarkTextElement)
PdfMarkElementExtensions.AddSection(PdfMarkTextElement, PdfTextSection)
PdfMarkElementExtensions.AddSection(PdfMarkTextElement, String)
Back to top Copyright © 2015-2020 Lacuna Software