Instructions
SignatureLine.Instructions property
Ruft den Text ab und legt ihn fest, der dem Benutzer beim Signieren angezeigt wird.
public string Instructions { get; set; }
Beispiele
[C#]
// Signaturzeilenobjekt erstellen
SignatureLine s6 = new SignatureLine();
s6.Instructions = "Just do it.";
Siehe auch
- class SignatureLine
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells