PadesVisualRepresentation
Namespace: Lacuna.Pki.Pades
Assembly: Lacuna.Pki
Class
public class PadesVisualRepresentation
Hierarquia: object → PadesVisualRepresentation
Construtores
PadesVisualRepresentation()
[Obsolete("Use PadesVisualSignature2 instead")]
public PadesVisualRepresentation()
Propriedades
BottomBorder
Signature rectangle bottom border distance in points unit
public int BottomBorder { get; set; }
Retorno
CustomText
Inserts a custom text at the begining of the signature visual representation
public string CustomText { get; set; }
Retorno
FootNotePageNumber
The page number of pades visual representaion footnote. If footnote is the selected position
public int FootNotePageNumber { get; set; }
Retorno
ImageAlign
The stemp seal image alignment inside the signature rectangle
public PadesImageAlign ImageAlign { get; set; }
Retorno
ImageBytes
The stamp seal image bytes.
public byte[] ImageBytes { get; set; }
Retorno
Location
The location of the signature.
public string Location { get; set; }
Retorno
NationalId
The id or fiscal code that identifies the signer
public string NationalId { get; set; }
Retorno
PagePosition
public PadesVisualPosition PagePosition { get; }
Retorno
Reason
The reason of the signature or the power of the signer.
public string Reason { get; set; }
Retorno
Role
The signer's role
public string Role { get; set; }
Retorno
SignerName
The name of the signer.
public string SignerName { get; set; }
Retorno
SigningTime
To include the signing time.,
public bool SigningTime { get; set; }
Retorno
StaticPosition
public PadesVisualStaticPosition StaticPosition { get; }
Retorno
Métodos
GetFormattedText(DateTimeOffset?)
For internal usage only
public string GetFormattedText(DateTimeOffset? signingTime)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
signingTime | DateTimeOffset? |
Retorno
SetPosition(PadesVisualPosition)
The position and arrangement of the signature representation.
public void SetPosition(PadesVisualPosition position)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
position | PadesVisualPosition |
SetPosition(PadesVisualStaticPosition)
The rectangle position and page index of the signature representation.
public void SetPosition(PadesVisualStaticPosition position)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
position | PadesVisualStaticPosition |
Membros herdados
ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()