Instructions

SignatureLine.Instructions property

Ottiene e imposta il testo mostrato all’utente al momento della firma.

public string Instructions { get; set; }

Esempi


[C#]
// Crea un oggetto linea di firma
SignatureLine s6 = new SignatureLine();
s6.Instructions = "Just do it.";

Guarda anche