Click or drag to resize

DigitalSignatureCollection Item Property

Gets the DigitalSignature at the specified index.

Namespace: Spire.Doc.Fields.Shapes
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DigitalSignature this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index.

Return Value

Type: DigitalSignature
The specified DigitalSignature .
See Also