SignatureLine.Signer
SignatureLine.Signer property
Gets or sets the signer.
public string Signer { get; set; }
Examples
[C#]
// Create signature line object
SignatureLine s3 = new SignatureLine();
s3.Signer = "Mr xxx";
See Also
- class SignatureLine
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells