Show / Hide Table of Contents

Class PadesVisualRepresentation

Inheritance
Object
PadesVisualRepresentation
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Pades
Assembly: Lacuna.Pki.dll
Syntax
public class PadesVisualRepresentation

Constructors

PadesVisualRepresentation()

Declaration
[Obsolete("Use PadesVisualSignature2 instead")]
public PadesVisualRepresentation()

Properties

BottomBorder

Signature rectangle bottom border distance in points unit

Declaration
public int BottomBorder { get; set; }
Property Value
Type Description
Int32

CustomText

Inserts a custom text at the begining of the signature visual representation

Declaration
public string CustomText { get; set; }
Property Value
Type Description
String

FootNotePageNumber

The page number of pades visual representaion footnote. If footnote is the selected position

Declaration
public int FootNotePageNumber { get; set; }
Property Value
Type Description
Int32

ImageAlign

The stemp seal image alignment inside the signature rectangle

Declaration
public PadesImageAlign ImageAlign { get; set; }
Property Value
Type Description
PadesImageAlign

ImageBytes

The stamp seal image bytes.

Declaration
public byte[] ImageBytes { get; set; }
Property Value
Type Description
Byte[]

Location

The location of the signature.

Declaration
public string Location { get; set; }
Property Value
Type Description
String

NationalId

The id or fiscal code that identifies the signer

Declaration
public string NationalId { get; set; }
Property Value
Type Description
String

PagePosition

Declaration
public PadesVisualPosition PagePosition { get; }
Property Value
Type Description
PadesVisualPosition

Reason

The reason of the signature or the power of the signer.

Declaration
public string Reason { get; set; }
Property Value
Type Description
String

Role

The signer's role

Declaration
public string Role { get; set; }
Property Value
Type Description
String

SignerName

The name of the signer.

Declaration
public string SignerName { get; set; }
Property Value
Type Description
String

SigningTime

To include the signing time.,

Declaration
public bool SigningTime { get; set; }
Property Value
Type Description
Boolean

StaticPosition

Declaration
public PadesVisualStaticPosition StaticPosition { get; }
Property Value
Type Description
PadesVisualStaticPosition

Methods

GetFormattedText(Nullable<DateTimeOffset>)

For internal usage only

Declaration
public string GetFormattedText(DateTimeOffset? signingTime)
Parameters
Type Name Description
Nullable<DateTimeOffset> signingTime
Returns
Type Description
String

SetPosition(PadesVisualPosition)

The position and arrangement of the signature representation.

Declaration
public void SetPosition(PadesVisualPosition position)
Parameters
Type Name Description
PadesVisualPosition position

SetPosition(PadesVisualStaticPosition)

The rectangle position and page index of the signature representation.

Declaration
public void SetPosition(PadesVisualStaticPosition position)
Parameters
Type Name Description
PadesVisualStaticPosition position
Back to top Copyright © 2015-2020 Lacuna Software