SignatureLine.Instructions

SignatureLine.Instructions property

Gets and sets the text shown to user at signing time.

public string Instructions { get; set; }

Examples


[C#]
// Create signature line object
SignatureLine s6 = new SignatureLine();
s6.Instructions = "Just do it.";

See Also