[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISignatureSetup.Id

Id Property

Id

Gets the ID of the signature for a document.

This identifier belongs to the signature associated with this setup information.

Declaration
Guid Id { get; }
ReadOnly Property Id As Guid
Examples
ISignature signature = workbook.Signatures.AddSignatureLine(worksheet, 100, 50);
ISignatureSetup setup = signature.Setup;
Guid id = setup.Id;