Click or drag to resize

IDigitalSignatures Interface

Represents a Collection of DigitalSignature in Excel.

Namespace: Spire.Xls.Core.MergeSpreadsheet.Interfaces
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IDigitalSignatures : IEnumerable

The IDigitalSignatures type exposes the following members.

Methods
Name Description
Public method Add
create a signature and add to DigitalSignatureCollection.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Top
See Also