Click or drag to resize

IDigitalSignatures Interface

Represents a Collection of DigitalSignature in Presentation.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
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