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
Public Interface IDigitalSignatures
Inherits IEnumerable
public interface class IDigitalSignatures : IEnumerable
type IDigitalSignatures =
interface
interface IEnumerable
end
The
IDigitalSignatures
type exposes the following members.
Methods
|
|
Name
|
Description
|
|
Add
|
create a signature and add to DigitalSignatureCollection.
|
|
GetEnumerator
|
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|
Top
See Also