Click or drag to resize
SignDocSignaturegetChange Method
Get a SignDocChange object for a change.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public SignDocChange getChange(
	int index
)

Parameters

index
Type: SystemInt32
Zero-based index of the change.

Return Value

Type: SignDocChange
A SignDocChange object for the change or null if @a aIndex is out of range.
See Also