[]
Gets the ID of the signature for a document.
This identifier belongs to the signature associated with this setup information.
Guid Id { get; }
ReadOnly Property Id As Guid
ISignature signature = workbook.Signatures.AddSignatureLine(worksheet, 100, 50);
ISignatureSetup setup = signature.Setup;
Guid id = setup.Id;