ShowSignedDate

SignatureLine.ShowSignedDate property

Indica se mostrare la data firmata.

public bool ShowSignedDate { get; set; }

Esempi


[C#]
if(s.ShowSignedDate)
{
    //Mostra data firmata.
}

Guarda anche