SignatureLine.Id
SignatureLine.Id property
Gets or sets identifier for this signature line.
public Guid Id { get; set; }
Examples
[C#]
// Create signature line object
SignatureLine s1 = new SignatureLine();
s1.Id = System.Guid.NewGuid();
See Also
- class SignatureLine
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells