Class PadesVisualRepresentation
Inheritance
PadesVisualRepresentation
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
CustomText
Inserts a custom text at the begining of the signature visual representation
Declaration
public string CustomText { get; set; }
Property Value
The page number of pades visual representaion footnote. If footnote is the selected position
Declaration
public int FootNotePageNumber { get; set; }
Property Value
ImageAlign
The stemp seal image alignment inside the signature rectangle
Declaration
public PadesImageAlign ImageAlign { get; set; }
Property Value
ImageBytes
The stamp seal image bytes.
Declaration
public byte[] ImageBytes { get; set; }
Property Value
Location
The location of the signature.
Declaration
public string Location { get; set; }
Property Value
NationalId
The id or fiscal code that identifies the signer
Declaration
public string NationalId { get; set; }
Property Value
PagePosition
Declaration
public PadesVisualPosition PagePosition { get; }
Property Value
Reason
The reason of the signature or the power of the signer.
Declaration
public string Reason { get; set; }
Property Value
Role
Declaration
public string Role { get; set; }
Property Value
SignerName
Declaration
public string SignerName { get; set; }
Property Value
SigningTime
To include the signing time.,
Declaration
public bool SigningTime { get; set; }
Property Value
StaticPosition
Declaration
public PadesVisualStaticPosition StaticPosition { get; }
Property Value
Methods
GetFormattedText(Nullable<DateTimeOffset>)
Declaration
public string GetFormattedText(DateTimeOffset? signingTime)
Parameters
Returns
SetPosition(PadesVisualPosition)
The position and arrangement of the signature representation.
Declaration
public void SetPosition(PadesVisualPosition position)
Parameters
SetPosition(PadesVisualStaticPosition)
The rectangle position and page index of the signature representation.
Declaration
public void SetPosition(PadesVisualStaticPosition position)
Parameters