SignatureLine.Instructions
SignatureLine.Instructions property
Gets or 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
- class SignatureLine
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells