Class PadesVisualRepresentation
Inheritance
PadesVisualRepresentation
Assembly: Lacuna.Pki.dll
Syntax
public class PadesVisualRepresentation
Constructors
|
Improve this Doc
View Source
PadesVisualRepresentation()
Declaration
[Obsolete("Use PadesVisualSignature2 instead")]
public PadesVisualRepresentation()
Properties
|
Improve this Doc
View Source
BottomBorder
Signature rectangle bottom border distance in points unit
Declaration
public int BottomBorder { get; set; }
Property Value
|
Improve this Doc
View Source
CustomText
Inserts a custom text at the begining of the signature visual representation
Declaration
public string CustomText { get; set; }
Property Value
|
Improve this Doc
View Source
The page number of pades visual representaion footnote. If footnote is the selected position
Declaration
public int FootNotePageNumber { get; set; }
Property Value
|
Improve this Doc
View Source
ImageAlign
The stemp seal image alignment inside the signature rectangle
Declaration
public PadesImageAlign ImageAlign { get; set; }
Property Value
|
Improve this Doc
View Source
ImageBytes
The stamp seal image bytes.
Declaration
public byte[] ImageBytes { get; set; }
Property Value
|
Improve this Doc
View Source
Location
The location of the signature.
Declaration
public string Location { get; set; }
Property Value
|
Improve this Doc
View Source
NationalId
The id or fiscal code that identifies the signer
Declaration
public string NationalId { get; set; }
Property Value
|
Improve this Doc
View Source
PagePosition
Declaration
public PadesVisualPosition PagePosition { get; }
Property Value
|
Improve this Doc
View Source
Reason
The reason of the signature or the power of the signer.
Declaration
public string Reason { get; set; }
Property Value
|
Improve this Doc
View Source
Role
Declaration
public string Role { get; set; }
Property Value
|
Improve this Doc
View Source
SignerName
Declaration
public string SignerName { get; set; }
Property Value
|
Improve this Doc
View Source
SigningTime
To include the signing time.,
Declaration
public bool SigningTime { get; set; }
Property Value
|
Improve this Doc
View Source
StaticPosition
Declaration
public PadesVisualStaticPosition StaticPosition { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetFormattedText(Nullable<DateTimeOffset>)
Declaration
public string GetFormattedText(DateTimeOffset? signingTime)
Parameters
Returns
|
Improve this Doc
View Source
SetPosition(PadesVisualPosition)
The position and arrangement of the signature representation.
Declaration
public void SetPosition(PadesVisualPosition position)
Parameters
|
Improve this Doc
View Source
SetPosition(PadesVisualStaticPosition)
The rectangle position and page index of the signature representation.
Declaration
public void SetPosition(PadesVisualStaticPosition position)
Parameters