DigitalSignatureCollection
Contents
[
Hide
]DigitalSignatureCollection class
Represents a collection of digital signatures attached to a document.
public class DigitalSignatureCollection : DomObject<Presentation>, IDigitalSignatureCollection
Properties
Name | Description |
---|---|
Count { get; } | Returns the number of elements in the collection. Read-only Int32. |
IsSynchronized { get; } | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean. |
Item { get; } | Returns the signature by index. |
SyncRoot { get; } | Returns a synchronization root. Read-only Object. |
Methods
Name | Description |
---|---|
Add(IDigitalSignature) | Adds the signature at the end of collection. |
Clear() | Removes all signatures from collection. |
CopyTo(Array, int) | Copies all elements from the collection to the specified array. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
RemoveAt(int) | Removes the signature at the specified index. |
See Also
- class DomObject<TParent>
- class Presentation
- interface IDigitalSignatureCollection
- namespace Aspose.Slides
- assembly Aspose.Slides