| SignatureHelperSelectSingleSignature Method (Int32) | 
            Find the Signature element in the document with the corresponding index
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic XmlNode SelectSingleSignature(
	int index
)
Public Function SelectSingleSignature ( 
	index As Integer
) As XmlNode
Parameters
- index
 - Type: SystemInt32
Signature Index 
Return Value
Type: 
XmlNodeSignature XmlNode corresponding to the index
See Also