ShowSignedDate

SignatureLine.ShowSignedDate property

Indique si afficher la date signée.

public bool ShowSignedDate { get; set; }

Exemples


[C#]
if(s.ShowSignedDate)
{
    //Afficher la date signée.
}

Voir également