SignatureSign Method (String, ListSignOptions) |
Signs document with collection of
SignOptions and saves result to specified file path.
Namespace: GroupDocs.SignatureAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic SignResult Sign(
string filePath,
List<SignOptions> signOptionsList
)
Public Function Sign (
filePath As String,
signOptionsList As List(Of SignOptions)
) As SignResult
public:
SignResult^ Sign(
String^ filePath,
List<SignOptions^>^ signOptionsList
)
member Sign :
filePath : string *
signOptionsList : List<SignOptions> -> SignResult
Parameters
- filePath
- Type: SystemString
The output file path. - signOptionsList
- Type: System.Collections.GenericListSignOptions
The list of signature options.
Return Value
Type:
SignResultReturn Value
Type:
SignResultReturns instance of
SignResult with list of newly created signatures.
Remarks
See Also