SignatureLine.Signer

SignatureLine.Signer property

Gets and sets the signer.

public string Signer { get; set; }

Examples


[C#]
// Create signature line object
SignatureLine s3 = new SignatureLine();
s3.Signer = "Mr xxx";

See Also